|
phdMesh Version of the Day
|
NamedValue to an ordinary constant value. More...
#include <NamedValue.hpp>
Public Member Functions | |
| NamedValue (const std::string &n, const T &v) | |
| void | write (std::ostream &s) const |
| unsigned | read (std::istream &) |
| void | tell (std::ostream &s) const |
| unsigned | pack (void *b) const |
| unsigned | unpack (void *b) |
Public Attributes | |
| const T & | ref |
NamedValue to an ordinary constant value.
Definition at line 351 of file NamedValue.hpp.
| unsigned phdmesh::NamedValue< const T & >::pack | ( | void * | ) | const [inline, virtual] |
Pack referenced value into a buffer, return the number of bytes
Implements phdmesh::NamedValue< void >.
Definition at line 367 of file NamedValue.hpp.
| unsigned phdmesh::NamedValue< const T & >::unpack | ( | void * | ) | [inline, virtual] |
Unpack referenced value from a buffer, return the number of bytes
Implements phdmesh::NamedValue< void >.
Definition at line 369 of file NamedValue.hpp.
1.7.4