class Name |
Defines an event name
| Name () Default constructor | |
| Name (int id) Default constructor | |
| Name (const char* name) Constructor | |
| Name (const std::string& name) Constructor | |
| SetName (const char* name) Set name | |
| GetName () const Get event name | |
| GetId () const Get event ID | |
| operator== (const Name& n) const Equality operator | |
| operator!= (const Name& n) const Inequality operator | |
| GetNameId (const char* name) Get event ID | |
| Test (const char* name) Test name | |
| Match (const char* pat) const Match operator | |
| CheckName (const char* name) Check name | |
| DumpAll (std::ostream& os) Dump all registered names. | |
| DumpAll () Dump all registered names. |
Describes the event name. An event name can not contain the characters "(", ")", "[", "]" or ".".
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to zweizig_j@ligo-wa.caltech.edu