|
Rosetta
|
#include <Arithmetic.hh>

Public Member Functions | |
| VariableToken () | |
| VariableToken (std::string name) | |
| TokenType | type () const override |
| std::string | to_string () const override |
| std::string | name () const |
| void | name (std::string const &name) |
Public Member Functions inherited from numeric::expression_parser::Token | |
| ~Token () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
Public Member Functions inherited from utility::VirtualBase | |
| VirtualBase ()=default | |
| Default constructor. More... | |
| virtual | ~VirtualBase ()=default |
| The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
| VirtualBase (VirtualBase const &)=default | |
| VirtualBase (VirtualBase &&)=default | |
| VirtualBase & | operator= (VirtualBase const &)=default |
| VirtualBase & | operator= (VirtualBase &&)=default |
Private Attributes | |
| std::string | name_ |
| numeric::expression_parser::VariableToken::VariableToken | ( | ) |
| numeric::expression_parser::VariableToken::VariableToken | ( | std::string | name | ) |
| std::string numeric::expression_parser::VariableToken::name | ( | ) | const |
References name_.
Referenced by pyrosetta.distributed.docs.ComponentDoc::__repr__(), options_class.Option::getCName(), options_class.Option::getDoxygenRow(), options_class.Option::getMarkdownRow(), options_class.Option::getOptionKeysCC(), options_class.Option::getWikiTableRow(), name(), enumerate_junctions.DHR::print(), enumerate_junctions.DHR::to_component(), and enumerate_junctions.DHR::write_to_file().
| void numeric::expression_parser::VariableToken::name | ( | std::string const & | name | ) |
Referenced by pyrosetta.distributed.docs.ComponentDoc::__repr__(), options_class.Option::getCName(), options_class.Option::getDoxygenRow(), options_class.Option::getMarkdownRow(), options_class.Option::getOptionKeysCC(), options_class.Option::getWikiTableRow(), enumerate_junctions.DHR::print(), enumerate_junctions.DHR::to_component(), and enumerate_junctions.DHR::write_to_file().
|
overridevirtual |
Implements numeric::expression_parser::Token.
References name_.
|
overridevirtual |
Implements numeric::expression_parser::Token.
References numeric::expression_parser::VARIABLE.
Referenced by schema.Move::__repr__(), and schema.NumpyCache::__repr__().
|
private |
Referenced by name(), and to_string().