CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
edm::EventBuffer::OperateBuffer< T > Class Template Reference

#include <EventBuffer.h>

Public Member Functions

void * buffer () const
 
void commit (int size=0)
 
 OperateBuffer (EventBuffer &b)
 
int size () const
 
 ~OperateBuffer ()
 

Private Attributes

EventBufferb_
 
bool committed_
 
EventBuffer::Buffer v_
 

Detailed Description

template<class T>
class edm::EventBuffer::OperateBuffer< T >

Definition at line 78 of file EventBuffer.h.

Constructor & Destructor Documentation

template<class T >
edm::EventBuffer::OperateBuffer< T >::OperateBuffer ( EventBuffer b)
inlineexplicit

Definition at line 81 of file EventBuffer.h.

81  :
82  b_(b),v_(T::get(b)),committed_(false) { }
EventBuffer::Buffer v_
Definition: EventBuffer.h:92
double b
Definition: hdecay.h:120
T get(const Candidate &c)
Definition: component.h:56
template<class T >
edm::EventBuffer::OperateBuffer< T >::~OperateBuffer ( )
inline

Member Function Documentation

template<class T >
void* edm::EventBuffer::OperateBuffer< T >::buffer ( ) const
inline
template<class T >
void edm::EventBuffer::OperateBuffer< T >::commit ( int  size = 0)
inline
template<class T >
int edm::EventBuffer::OperateBuffer< T >::size ( void  ) const
inline

Member Data Documentation

template<class T >
EventBuffer& edm::EventBuffer::OperateBuffer< T >::b_
private
template<class T >
bool edm::EventBuffer::OperateBuffer< T >::committed_
private
template<class T >
EventBuffer::Buffer edm::EventBuffer::OperateBuffer< T >::v_
private