ATLAS Offline Software
Public Member Functions | Protected Attributes | List of all members
pool::RootCallEnv Class Reference

Helper structure to access context from streamer. More...

#include <RootCallEnv.h>

Collaboration diagram for pool::RootCallEnv:

Public Member Functions

 RootCallEnv (const RootDataPtr &object, const DbTypeInfo *typ)
 
 ~RootCallEnv ()
 
void read (TBuffer &buff)
 
void write (TBuffer &buff)
 

Protected Attributes

RootDataPtr m_object
 
const DbTypeInfom_objType
 

Detailed Description

Helper structure to access context from streamer.

Author
M.Frank

Definition at line 26 of file RootCallEnv.h.

Constructor & Destructor Documentation

◆ RootCallEnv()

pool::RootCallEnv::RootCallEnv ( const RootDataPtr object,
const DbTypeInfo typ 
)

◆ ~RootCallEnv()

pool::RootCallEnv::~RootCallEnv ( )
inline

Definition at line 34 of file RootCallEnv.h.

34 { }

Member Function Documentation

◆ read()

void pool::RootCallEnv::read ( TBuffer &  buff)

◆ write()

void pool::RootCallEnv::write ( TBuffer &  buff)

Member Data Documentation

◆ m_object

RootDataPtr pool::RootCallEnv::m_object
protected

Definition at line 29 of file RootCallEnv.h.

◆ m_objType

const DbTypeInfo* pool::RootCallEnv::m_objType
protected

Definition at line 30 of file RootCallEnv.h.


The documentation for this class was generated from the following file: