phdMesh
Version of the Day
|
NamedValue to an ordinary value. More...
#include <NamedValue.hpp>
Public Member Functions | |
NamedValue (const std::string &n) | |
Constructor. | |
NamedValue (const std::string &n, const T &v) | |
void | tell (std::ostream &s) const |
Tell the type to a stream. | |
void | write (std::ostream &s) const |
Write value to stream. | |
unsigned | read (std::istream &s) |
Read value from stream. | |
unsigned | pack (void *b) const |
unsigned | unpack (void *b) |
Public Attributes | |
T | value |
NamedValue to an ordinary value.
Definition at line 43 of file NamedValue.hpp.