class gdsNamedStorage Class to store a name and a comment.
| | name Describes the name of a storage object. |
| | comment Contains a comment string. |
| | gdsNamedStorage (const string& Name = "", const string& Comment = "") Default constructor. |
| | operator == (const gdsNamedStorage& x) const Equality operator. |
| | operator == (const string& x) const Equality operator. |
| | operator != (const string& x) const Inquality operator. |
| | operator != (const gdsNamedStorage& x) const Inequality operator. |
| | operator <= (const gdsNamedStorage& x) const Less or equal operator. |
| | operator < (const gdsNamedStorage& x) const Less than operator. |
| | operator < (const string& x) const Less than operator. |
| | operator >= (const gdsNamedStorage& x) const Greater or equal operator. |
| | operator > (const gdsNamedStorage& x) const Greater than operator. |
This class is used to give a storage object a name. One can also add a comment string.
string comment
explicit gdsNamedStorage(const string& Name = "", const string& Comment = "")
Comment - comment string (default "")
bool operator == (const gdsNamedStorage& x) const
bool operator == (const string& x) const
bool operator != (const string& x) const
bool operator != (const gdsNamedStorage& x) const
bool operator <= (const gdsNamedStorage& x) const
bool operator < (const gdsNamedStorage& x) const
bool operator < (const string& x) const
bool operator >= (const gdsNamedStorage& x) const
bool operator > (const gdsNamedStorage& x) const
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++