phdMesh Version of the Day
Public Member Functions | Public Attributes
phdmesh::NamedValue< std::vector< T > > Class Template Reference

NamedValue to a std::vector. More...

#include <NamedValue.hpp>

Inheritance diagram for phdmesh::NamedValue< std::vector< T > >:
phdmesh::NamedValue< void >

List of all members.

Public Member Functions

 NamedValue (const std::string &n)
 NamedValue (const std::string &n, const std::vector< T > &v)
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

Detailed Description

template<typename T>
class phdmesh::NamedValue< std::vector< T > >

NamedValue to a std::vector.

Definition at line 498 of file NamedValue.hpp.


Member Function Documentation

template<typename T >
unsigned phdmesh::NamedValue< std::vector< T > >::pack ( void *  ) 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.

template<typename T >
unsigned phdmesh::NamedValue< std::vector< T > >::unpack ( void *  ) [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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator