namespace events 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 |
| | 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 ".".
explicit Name(int id)
explicit Name(const char* name)
explicit Name(const std::string& name)
bool SetName(const char* name)
const char* GetName() const
int GetId() const
bool operator== (const Name& n) const
bool operator!= (const Name& n) const
static bool Test(const char* name)
bool Match(const char* pat) const
static bool CheckName(const char* name)
static void DumpAll(std::ostream& os)
static void DumpAll()
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++