class ConditionPtr |
Smart pointer for event conditions.
| ConditionPtr (Condition* ptr = 0) Default constructor | |
| ConditionPtr (const Condition& cond) Constructor | |
| ConditionPtr (const ConditionPtr& ptr) Copy constructor | |
| ~ConditionPtr () Destructor | |
| operator= (const ConditionPtr& ptr) Assignment operator | |
| operator= (const Condition& cond) Assignment operator | |
| operator Condition& () type conversion | |
| operator const Condition& () const type conversion | |
| Get () Get | |
| Get () const Get | |
| operator* () Dereference oprator | |
| operator* () const Dereference oprator | |
| operator-> () Member access oprator | |
| operator-> () const Member access oprator | |
| Release () Release | |
| Reset (Condition* ptr = 0) Reset | |
| Reset (const Condition& cond) Reset |
A smart pointer for an event condition. When copying an event cond. smart pointer, a new event condition is created which is an exact copy of the original.
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to zweizig_j@ligo-wa.caltech.edu