Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DEventStoreEvent Class Reference

#include <DEventStoreEvent.h>

Public Member Functions

 DEventStoreEvent ()
 
 ~DEventStoreEvent ()
 
void Set_EventSource (JEventSource *locEventSource)
 
JEventSource * Get_EventSource (void) const
 
void Add_Skim (string locSkim)
 
bool Is_Skim (string locSkim) const
 
const set< string > & Get_Skims (void) const
 
void Set_SourceRef (void *locSourceRef)
 
void * Get_SourceRef (void) const
 

Private Attributes

JEventSource * dEventSource
 
void * dSourceRef
 
set< stringdSkims
 

Detailed Description

Definition at line 18 of file DEventStoreEvent.h.

Constructor & Destructor Documentation

DEventStoreEvent::DEventStoreEvent ( )
inline

Definition at line 21 of file DEventStoreEvent.h.

DEventStoreEvent::~DEventStoreEvent ( )
inline

Definition at line 22 of file DEventStoreEvent.h.

Member Function Documentation

void DEventStoreEvent::Add_Skim ( string  locSkim)
inline

Definition at line 29 of file DEventStoreEvent.h.

Referenced by DEventSourceEventStore::GetEvent().

JEventSource* DEventStoreEvent::Get_EventSource ( void  ) const
inline

Definition at line 26 of file DEventStoreEvent.h.

const set<string>& DEventStoreEvent::Get_Skims ( void  ) const
inline

Definition at line 31 of file DEventStoreEvent.h.

void* DEventStoreEvent::Get_SourceRef ( void  ) const
inline

Definition at line 35 of file DEventStoreEvent.h.

Referenced by DEventSourceEventStore::GetObjects().

bool DEventStoreEvent::Is_Skim ( string  locSkim) const
inline

Definition at line 30 of file DEventStoreEvent.h.

void DEventStoreEvent::Set_EventSource ( JEventSource *  locEventSource)
inline

Definition at line 25 of file DEventStoreEvent.h.

Referenced by DEventSourceEventStore::GetEvent().

void DEventStoreEvent::Set_SourceRef ( void *  locSourceRef)
inline

Definition at line 34 of file DEventStoreEvent.h.

Referenced by DEventSourceEventStore::GetEvent().

Member Data Documentation

JEventSource* DEventStoreEvent::dEventSource
private

Definition at line 38 of file DEventStoreEvent.h.

set<string> DEventStoreEvent::dSkims
private

Definition at line 40 of file DEventStoreEvent.h.

void* DEventStoreEvent::dSourceRef
private

Definition at line 39 of file DEventStoreEvent.h.


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