namespace events class EventPtr Smart pointer for events.
| | EventPtr (Event* ptr = 0) Default constructor |
| | EventPtr (const Event& event) Constructor |
| | EventPtr (const EventPtr& ptr) Copy constructor |
| | ~EventPtr () Destructor |
| | operator= (const EventPtr& ptr) Assignment operator |
| | Get () Get |
| | Get () const Get |
| | operator* () Dereference oprator |
| | operator* () const Dereference oprator |
| | operator-> () Member access oprator |
| | operator-> () const Member access oprator |
| | Release () Release |
| | Reset (Event* ptr = 0) Reset |
| | Reset (const Event& ptr) Reset |
A smart pointer for events. When copying an event smart pointer, a new event is created with the Copy method.
EventPtr(const Event& event)
EventPtr(const EventPtr& ptr)
~EventPtr()
EventPtr& operator= (const EventPtr& ptr)
Event* Get()
const Event* Get() const
Event& operator*()
const Event& operator*() const
Event* operator->()
const Event* operator->() const
Event* Release()
void Reset(Event* ptr = 0)
void Reset(const Event& ptr)
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++