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

A helper struct which is used to store output and its properties. More...

Public Member Functions

 Message (OutputLevel level, const OutputContextContainer &context, const std::vector< std::string > &lines)
 Constructor, assigns all values. More...
 

Public Attributes

const OutputContextContainercontext
 The context of the output message. More...
 
OutputLevel level
 The level of the output message. More...
 
std::vector< std::string > lines
 The lines of text of the output message. More...
 

Detailed Description

A helper struct which is used to store output and its properties.

Constructor & Destructor Documentation

orxonox::MemoryWriter::Message::Message ( OutputLevel  level,
const OutputContextContainer context,
const std::vector< std::string > &  lines 
)
inline

Constructor, assigns all values.

Member Data Documentation

const OutputContextContainer* orxonox::MemoryWriter::Message::context

The context of the output message.

OutputLevel orxonox::MemoryWriter::Message::level

The level of the output message.

std::vector<std::string> orxonox::MemoryWriter::Message::lines

The lines of text of the output message.


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