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

Defines the name of a command, consisting of an optional group ("" means no group) and the name itself. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/command/ConsoleCommand.h>

Public Member Functions

 CommandName (const std::string &group, const std::string &name)
 

Public Attributes

std::string group_
 
std::string name_
 

Detailed Description

Defines the name of a command, consisting of an optional group ("" means no group) and the name itself.

Constructor & Destructor Documentation

orxonox::ConsoleCommand::CommandName::CommandName ( const std::string &  group,
const std::string &  name 
)
inline

Member Data Documentation

std::string orxonox::ConsoleCommand::CommandName::group_
std::string orxonox::ConsoleCommand::CommandName::name_

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