#include <MemoryTupleData.h>
Public Methods | |
MemoryTupleData () | |
~MemoryTupleData () | |
const std::string & | title () const |
void | title (const std::string t) |
const std::vector< AIDA::Dev::ITupleVariableDescription * > & | variables () const |
std::vector< AIDA::Dev::ITupleVariableDescription * > & | variables () |
const std::map< int, std::vector< double > > & | doubleVariableData () const |
std::map< int, std::vector< double > > & | doubleVariableData () |
const std::map< int, std::vector< float > > & | floatVariableData () const |
std::map< int, std::vector< float > > & | floatVariableData () |
const std::map< int, std::vector< long > > & | longVariableData () const |
std::map< int, std::vector< long > > & | longVariableData () |
const std::map< int, std::vector< int > > & | intVariableData () const |
std::map< int, std::vector< int > > & | intVariableData () |
const std::map< int, std::vector< short > > & | shortVariableData () const |
std::map< int, std::vector< short > > & | shortVariableData () |
const std::map< int, std::vector< char > > & | charVariableData () const |
std::map< int, std::vector< char > > & | charVariableData () |
const std::map< int, std::vector< bool > > & | boolVariableData () const |
std::map< int, std::vector< bool > > & | boolVariableData () |
const std::map< int, std::vector< std::string > > & | stringVariableData () const |
std::map< int, std::vector< std::string > > & | stringVariableData () |
const std::map< int, std::vector< MemoryTupleData * > > & | tupleVariableData () const |
std::map< int, std::vector< MemoryTupleData * > > & | tupleVariableData () |
Private Attributes | |
std::string | m_title |
std::vector< AIDA::Dev::ITupleVariableDescription * > | m_variables |
std::map< int, std::vector< double > > | m_doubleVariableData |
std::map< int, std::vector< float > > | m_floatVariableData |
std::map< int, std::vector< long > > | m_longVariableData |
std::map< int, std::vector< int > > | m_intVariableData |
std::map< int, std::vector< short > > | m_shortVariableData |
std::map< int, std::vector< char > > | m_charVariableData |
std::map< int, std::vector< bool > > | m_boolVariableData |
std::map< int, std::vector< std::string > > | m_stringVariableData |
std::map< int, std::vector< MemoryTupleData * > > | m_tupleVariableData |
|
Definition at line 4 of file MemoryTupleData.cpp. References m_variables. |
|
Definition at line 12 of file MemoryTupleData.cpp. References m_tupleVariableData, and m_variables. |
|
Definition at line 49 of file MemoryTupleData.h. References m_boolVariableData. |
|
|
Definition at line 46 of file MemoryTupleData.h. References m_charVariableData. |
|
|
Definition at line 31 of file MemoryTupleData.h. References m_doubleVariableData. |
|
|
Definition at line 34 of file MemoryTupleData.h. References m_floatVariableData. |
|
|
Definition at line 40 of file MemoryTupleData.h. References m_intVariableData. |
|
|
Definition at line 37 of file MemoryTupleData.h. References m_longVariableData. |
|
|
Definition at line 43 of file MemoryTupleData.h. References m_shortVariableData. |
|
|
Definition at line 52 of file MemoryTupleData.h. References m_stringVariableData. |
|
|
Definition at line 25 of file MemoryTupleData.h. References m_title. |
|
Definition at line 24 of file MemoryTupleData.h. References m_title. Referenced by Anaphe::AIDA_MemoryStore::MemoryBackingStore::readTupleHeader, and Anaphe::AIDA_MemoryStore::MemoryBackingStore::writeTupleHeader. |
|
Definition at line 55 of file MemoryTupleData.h. References m_tupleVariableData. |
|
|
Definition at line 28 of file MemoryTupleData.h. References m_variables. |
|
|
Definition at line 66 of file MemoryTupleData.h. Referenced by boolVariableData. |
|
Definition at line 65 of file MemoryTupleData.h. Referenced by charVariableData. |
|
Definition at line 60 of file MemoryTupleData.h. Referenced by doubleVariableData. |
|
Definition at line 61 of file MemoryTupleData.h. Referenced by floatVariableData. |
|
Definition at line 63 of file MemoryTupleData.h. Referenced by intVariableData. |
|
Definition at line 62 of file MemoryTupleData.h. Referenced by longVariableData. |
|
Definition at line 64 of file MemoryTupleData.h. Referenced by shortVariableData. |
|
Definition at line 67 of file MemoryTupleData.h. Referenced by stringVariableData. |
|
Definition at line 58 of file MemoryTupleData.h. Referenced by title. |
|
Definition at line 68 of file MemoryTupleData.h. Referenced by tupleVariableData, and ~MemoryTupleData. |
|
Definition at line 59 of file MemoryTupleData.h. Referenced by MemoryTupleData, variables, and ~MemoryTupleData. |