g4tools
5.4.0
|
Public Member Functions | |
virtual const std::string & | store_cls () const |
virtual bool | stream (buffer &aBuffer) const |
virtual streamer_element * | copy () const |
streamer_object_any (const std::string &aName, const std::string &aTitle, int aOffset, const std::string &aTypeName) | |
virtual | ~streamer_object_any () |
streamer_object_any (const streamer_object_any &a_from) | |
streamer_object_any & | operator= (const streamer_object_any &a_from) |
Public Member Functions inherited from tools::wroot::streamer_element | |
virtual void | out (std::ostream &aOut) const |
streamer_element (const std::string &aName, const std::string &aTitle, int aOffset, int aType, const std::string &aTypeName) | |
virtual | ~streamer_element () |
virtual void | setArrayDimension (int aDimension) |
virtual void | setMaxIndex (int aDimension, int aMaximum) |
virtual void | fullName (std::string &a_s) const |
Public Member Functions inherited from tools::wroot::ibo | |
virtual | ~ibo () |
Additional Inherited Members | |
Protected Member Functions inherited from tools::wroot::streamer_element | |
streamer_element (const streamer_element &a_from) | |
streamer_element & | operator= (const streamer_element &a_from) |
Protected Attributes inherited from tools::wroot::streamer_element | |
std::string | fName |
std::string | fTitle |
int | fType |
int | fSize |
int | fArrayLength |
int | fArrayDim |
int | fMaxIndex [5] |
int | fOffset |
std::string | fTypeName |
element offset in class More... | |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
Reimplemented from tools::wroot::streamer_element.
|
inlinevirtual |