ra4_macros  bede988c286599a3a84b77a4d788ac0a971e89f9
Public Member Functions | Public Attributes | List of all members
Variable Class Reference

#include <generate_small_tree.hpp>

Public Member Functions

 Variable ()
 
 Variable (const std::string &type, const std::string &name)
 
bool operator< (const Variable &var) const
 

Public Attributes

std::string type_
 
std::string name_
 

Detailed Description

Definition at line 8 of file generate_small_tree.hpp.

Constructor & Destructor Documentation

Variable::Variable ( )
inline

Definition at line 10 of file generate_small_tree.hpp.

Variable::Variable ( const std::string &  type,
const std::string &  name 
)
inline

Definition at line 15 of file generate_small_tree.hpp.

Member Function Documentation

bool Variable::operator< ( const Variable var) const
inline

Definition at line 21 of file generate_small_tree.hpp.

References name_, and type_.

Member Data Documentation

std::string Variable::name_

Definition at line 25 of file generate_small_tree.hpp.

Referenced by operator<().

std::string Variable::type_

Definition at line 25 of file generate_small_tree.hpp.

Referenced by operator<().


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