Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
orxonox::OutputContextContainer Struct Reference

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...
 

Detailed Description

Stores all information about a context.

Member Function Documentation

bool orxonox::OutputContextContainer::operator== ( const OutputContextContainer other) const
inline

Member Data Documentation

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)


The documentation for this struct was generated from the following file: