ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
#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_ |
Definition at line 8 of file generate_small_tree.hpp.
|
inline |
Definition at line 10 of file generate_small_tree.hpp.
|
inline |
Definition at line 15 of file generate_small_tree.hpp.
|
inline |
Definition at line 21 of file generate_small_tree.hpp.
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<().