#include <GEM.H>
Public Member Functions | |
const std::string & | Name () const |
std::string & | Name () |
std::string & | Name (const std::string &name) |
int | Stride () const |
int | Stride (int stride) |
int & | Stride () |
GEM_DataItem (const std::string &name="", unsigned int size=0) | |
GEM_DataItem (const std::string &name, unsigned int size, const T &val) | |
GEM_DataItem (const std::vector< T > &vec, const std::string &name="", int stride=1) | |
Protected Attributes | |
std::string | _name |
int | _stride |
Additional Inherited Members | |
Public Attributes inherited from vector< T > | |
T | elements |
STL member. More... | |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 54 of file GEM.H.
Referenced by GEM_DataItem< int >::GEM_DataItem(), and GEM_DataItem< int >::Name().
|
protected |
Definition at line 55 of file GEM.H.
Referenced by GEM_DataItem< int >::GEM_DataItem(), and GEM_DataItem< int >::Stride().