|
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_pointer (const std::string &aName, const std::string &aTitle, int aOffset, const std::string &aTypeName) | |
| virtual | ~streamer_object_pointer () |
| streamer_object_pointer (const streamer_object_pointer &a_from) | |
| streamer_object_pointer & | operator= (const streamer_object_pointer &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 |