Orxonox  0.0.5 Codename: Arcturus
Public Attributes | List of all members
orxonox::CommandExecutor::CacheEntry Struct Reference

Helper struct, used to store cached entries. More...

Public Attributes

CommandEvaluation evaluation_
 The command evaluation which is stored in the cache. More...
 
std::list< std::string >::iterator iterator_
 The iterator of the corresponding element in cachelist_, used for faster access. More...
 

Detailed Description

Helper struct, used to store cached entries.

Member Data Documentation

CommandEvaluation orxonox::CommandExecutor::CacheEntry::evaluation_

The command evaluation which is stored in the cache.

std::list<std::string>::iterator orxonox::CommandExecutor::CacheEntry::iterator_

The iterator of the corresponding element in cachelist_, used for faster access.


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