Event::EventH Class Reference

#include <Event.h>

List of all members.

Public Member Functions

 EventH ()
virtual ~EventH ()
virtual const CLID & clID () const
 Retrieve reference to class definition structure.

Static Public Member Functions

static const CLID & classID ()


Detailed Description

Definition at line 23 of file Event.h.


Constructor & Destructor Documentation

Event::EventH::EventH (  )  [inline]

Definition at line 27 of file Event.h.

00028         : DataObject() {}

virtual Event::EventH::~EventH (  )  [inline, virtual]

Definition at line 30 of file Event.h.

00030 {}


Member Function Documentation

static const CLID& Event::EventH::classID (  )  [inline, static]

Definition at line 34 of file Event.h.

References CLID_Event.

Referenced by clID().

00034 { return CLID_Event; }

virtual const CLID& Event::EventH::clID (  )  const [inline, virtual]

Retrieve reference to class definition structure.

Definition at line 33 of file Event.h.

References classID().

00033 { return EventH::classID(); }


Generated on Tue Nov 29 23:36:33 2016 for BOSS_7.0.2 by  doxygen 1.4.7