Orxonox  0.0.5 Codename: Arcturus
Public Attributes | List of all members
orxonox::ConsoleCommand::Command Struct Reference

Helper class that is used to put the current state of the ConsoleCommand on a stack. More...

Public Attributes

ExecutorPtr executor_
 The executor. More...
 
FunctorPtr functor_
 The function that is used with the executor - has to be stored separatley because the executor is often used with different functors. More...
 
std::vector< void * > objectStack_
 The object stack. More...
 

Detailed Description

Helper class that is used to put the current state of the ConsoleCommand on a stack.

Member Data Documentation

ExecutorPtr orxonox::ConsoleCommand::Command::executor_

The executor.

FunctorPtr orxonox::ConsoleCommand::Command::functor_

The function that is used with the executor - has to be stored separatley because the executor is often used with different functors.

std::vector<void*> orxonox::ConsoleCommand::Command::objectStack_

The object stack.


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