template <class T> class IndexEntryPtr : public gdsbase ref_ptr<T> Defines a smart pointer for the index list
| | IndexEntryPtr () Default constructor |
| | IndexEntryPtr (T* obj) Constructor |
| | operator== (const IndexEntryPtr& p) const Equality operator |
| | operator!= (const IndexEntryPtr& p) const Inequality operator |
| | operator< (const IndexEntryPtr& p) const Less operator |
| | GetName () const get name |
Defines a smart pointer with reference counting which can be used as an element for IndexList.
explicit IndexEntryPtr(T* obj)
array - Set true if array delete has to be used
bool operator== (const IndexEntryPtr& p) const
bool operator!= (const IndexEntryPtr& p) const
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++