class prm_storage_ptr Template class for implementing a storage auto pointer.
| | prm_storage_ptr (const gdsParameter& x) Constructor. |
| | prm_storage_ptr (gdsParameter* x = 0) Constructor. |
| | prm_storage_ptr (const prm_storage_ptr& st) Copy constructor. |
| | ~prm_storage_ptr () Destructor. |
| | operator= (const prm_storage_ptr& st) Copy operator. |
| | operator== (const string& s) const Equality operator. |
| | operator!= (const string& s) const Unequality operator. |
| | operator< (const string& s) const Smaller operator. |
| | operator== (const prm_storage_ptr& st) const Equality operator. |
| | operator< (const prm_storage_ptr& st) const Smaller operator. |
This template class is used to implement an auto pointer of a storage object. It is derived from the auto_ptr and implements a special set of constructors and comparision operators.
explicit prm_storage_ptr(gdsParameter* x = 0)
prm_storage_ptr(const prm_storage_ptr& st)
~prm_storage_ptr()
prm_storage_ptr& operator= (const prm_storage_ptr& st)
bool operator== (const string& s) const
bool operator!= (const string& s) const
bool operator< (const string& s) const
bool operator== (const prm_storage_ptr& st) const
bool operator< (const prm_storage_ptr& st) const
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++