ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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