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

Represents one node of the game state tree. More...

Public Attributes

std::vector< std::shared_ptr< GameStateTreeNode > > children_
 
std::string name_
 
std::weak_ptr< GameStateTreeNodeparent_
 

Detailed Description

Represents one node of the game state tree.

Member Data Documentation

std::vector<std::shared_ptr<GameStateTreeNode> > orxonox::GameStateTreeNode::children_
std::string orxonox::GameStateTreeNode::name_
std::weak_ptr<GameStateTreeNode> orxonox::GameStateTreeNode::parent_

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