|
phdMesh Version of the Day
|
NamedValue to an ordinary reference. More...
#include <NamedValue.hpp>
Public Member Functions | |
| NamedValue (const std::string &n, T &v) | |
| Constructor. | |
| 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 & | ref |
NamedValue to an ordinary reference.
Definition at line 310 of file NamedValue.hpp.
| unsigned phdmesh::NamedValue< T & >::pack | ( | void * | ) | const [inline, virtual] |
Pack referenced value into a buffer, return the number of bytes
Implements phdmesh::NamedValue< void >.
Definition at line 331 of file NamedValue.hpp.
| unsigned phdmesh::NamedValue< T & >::unpack | ( | void * | ) | [inline, virtual] |
Unpack referenced value from a buffer, return the number of bytes
Implements phdmesh::NamedValue< void >.
Definition at line 332 of file NamedValue.hpp.
1.7.4