ROOT  6.06/09
Reference Guide
Classes | Namespaces | Typedefs
TStreamerInfoActions.h File Reference
#include <vector>
#include "TStreamerInfo.h"
#include <assert.h>
+ Include dependency graph for TStreamerInfoActions.h:
+ This graph shows which files directly or indirectly include this file:

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