EventAnalysis
1.3.0
|
Classes | |
class | AliasOfAlias |
Exception for trying to assign an alias to an alias. More... | |
class | BadAliasedType |
Exception for trying to re-assign an alias to an object with a different class. More... | |
class | Duplicate |
Exception for trying to insert a duplicate element. More... | |
class | Error |
Exception for generic error in object insertion procedure. More... | |
class | Exception |
Base class for insertion exceptions. More... | |
class | MissingAliasedObject |
Exception for trying to assign an alias to an object that does not exist. More... | |
class | NameAliasClash |
Exception for trying to insert an object with a name clash with an existing alias and vice versa. More... | |
Functions | |
static std::string | ExcName (const Exception &exc) |
|
static |