28 const std::type_info *
type;
39 memset(value, 0, 256);
43 template <
typename T> T
get();
46 template <
typename T>
void set(T v);
64 typedef std::map<std::string, componentParameter>
parameterDB;
Definition of the class boundaryCondition.
std::map< std::string, componentParameter > parameterDB
Map from a string to a componentParameter.
const std::type_info * type
property()
Constructor. Initializes the memory to zero.
const char * print()
Returns a string describing the value of property as appropriate.
Stores information about a property in a generic way.
std::map< std::string, property > componentParameter
Map from a string to a property object.