class FunctionPtr |
Smart pointer for event lists.
| FunctionPtr (Function* ptr = 0) Default constructor | |
| FunctionPtr (const Function& func) Constructor | |
| FunctionPtr (const FunctionPtr& ptr) Copy constructor | |
| ~FunctionPtr () Destructor | |
| operator Function& () type conversion | |
| operator const Function& () const type conversion | |
| operator= (const FunctionPtr& 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 (Function* ptr = 0) Reset | |
| Reset (const Function& func) Reset |
A smart pointer for an event column. When copying an event column smart pointer, a new event column 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