ROOT
6.07/01
Reference Guide
|
Go to the source code of this file.
Classes | |
class | TStreamerInfoActions::TConfiguration |
Base class of the Configurations. More... | |
class | TStreamerInfoActions::TLoopConfiguration |
Base class of the Configurations for the member wise looping routines. More... | |
class | TStreamerInfoActions::TConfiguredAction |
class | TStreamerInfoActions::TActionSequence |
Namespaces | |
TStreamerInfoActions | |
Typedefs | |
typedef TVirtualCollectionProxy::Next_t | TStreamerInfoActions::Next_t |
typedef Int_t(* | TStreamerInfoActions::TStreamerInfoAction_t )(TBuffer &buf, void *obj, const TConfiguration *conf) |
typedef Int_t(* | TStreamerInfoActions::TStreamerInfoVecPtrLoopAction_t )(TBuffer &buf, void *iter, const void *end, const TConfiguration *conf) |
typedef Int_t(* | TStreamerInfoActions::TStreamerInfoLoopAction_t )(TBuffer &buf, void *iter, const void *end, const TLoopConfiguration *loopconf, const TConfiguration *conf) |
typedef std::vector < TConfiguredAction > | TStreamerInfoActions::ActionContainer_t |