DOLFIN
DOLFIN C++ interface
Public Member Functions | List of all members
dolfin::TableEntry Class Reference

This class represents an entry in a Table. More...

#include <Table.h>

Public Member Functions

 TableEntry (std::string row, std::string col, Table &table)
 Create table entry.
 
 ~TableEntry ()
 Destructor.
 
const TableEntryoperator= (std::size_t value)
 Assign value to table entry.
 
const TableEntryoperator= (int value)
 Assign value to table entry.
 
const TableEntryoperator= (double value)
 Assign value to table entry.
 
const TableEntryoperator= (std::string value)
 Assign value to table entry.
 
 operator std::string () const
 Cast to entry value.
 

Detailed Description

This class represents an entry in a Table.


The documentation for this class was generated from the following files: