#include <NamedValue.hpp>
Inheritance diagram for phdmesh::NamedValue< std::vector< T > >:

Definition at line 498 of file NamedValue.hpp.
Public Member Functions | |
| NamedValue (const std::string &n) | |
| NamedValue (const std::string &n, const std::vector< T > &v) | |
| ~NamedValue () | |
| void | tell (std::ostream &s) const |
| void | write (std::ostream &s) const |
| unsigned | read (std::istream &s) |
| unsigned | pack (void *b) const |
| unsigned | unpack (void *b) |
Public Attributes | |
| std::vector< T > | value |
| unsigned phdmesh::NamedValue< std::vector< T > >::pack | ( | void * | b | ) | const [inline, virtual] |
Pack referenced value into a buffer, return the number of bytes
Implements phdmesh::NamedValue< void >.
Definition at line 518 of file NamedValue.hpp.
| unsigned phdmesh::NamedValue< std::vector< T > >::unpack | ( | void * | b | ) | [inline, virtual] |
Unpack referenced value from a buffer, return the number of bytes
Implements phdmesh::NamedValue< void >.
Definition at line 520 of file NamedValue.hpp.
1.4.7