|
Orxonox
0.0.5 Codename: Arcturus
|
Stores all information about a context. More...
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/util/output/OutputDefinitions.h>
Public Member Functions | |
| bool | operator== (const OutputContextContainer &other) const |
Public Attributes | |
| OutputContextMask | mask |
| The mask of the context (or the mask of the main-context if this container defines a sub-context) More... | |
| std::string | name |
| The name of this context. More... | |
| OutputContextSubID | sub_id |
| The id of the sub-context (or context::no_subcontext if this container doesn't define a sub-context) More... | |
Stores all information about a context.
|
inline |
| OutputContextMask orxonox::OutputContextContainer::mask |
The mask of the context (or the mask of the main-context if this container defines a sub-context)
| std::string orxonox::OutputContextContainer::name |
The name of this context.
| OutputContextSubID orxonox::OutputContextContainer::sub_id |
The id of the sub-context (or context::no_subcontext if this container doesn't define a sub-context)
1.8.11