class Type |
Defines an event type
| Type () Default constructor | |
| Type (const char* name) Default constructor | |
| Type (const std::string& name) Default constructor | |
| Type (const Type& type) Copy constructor | |
| ~Type () Destructor | |
| operator= (const Type& type) Assignment operator | |
| SetType (const char* name) Set type | |
| GetName () const Get event type | |
| GetId () const Get event ID | |
| GetTypeInfo () const Get type information | |
| GetLayout () const Get layout information | |
| operator== (const Type& t) const Equality operator | |
| operator!= (const Type& t) const Inequality operator | |
| operator< (const Type& t) const Smaller than operator | |
| Test (const char* name) Test type | |
| Match (const char* pat) const Match operator | |
| CheckName (const char* name) Check name | |
| DumpAll (std::ostream& os) Dump all registered types. | |
| DumpAll () Dump all registered types. |
Describes the event type. An event type consists of a name and a subtype. Type and subtype names 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