![]() |
Rosetta Utilities
2014.35
|
#include <Arithmetic.hh>
Public Member Functions | |
BooleanExpressionScanner () | |
![]() | |
virtual | ~ArithmeticScanner () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
ArithmeticScanner () | |
Constructor which adds the "standard" set of min, max and sqrt functions. More... | |
ArithmeticScanner (bool) | |
Constructor which does not add the "standard" set of min, max and sqrt functions. More... | |
void | add_standard_functions () |
Add the functions min, max and sqrt. More... | |
void | add_variable (std::string const &name) |
void | add_function (std::string const &name, numeric::Size nargs) |
TokenSetOP | scan (std::string const &input_string) |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
numeric::expression_parser::BooleanExpressionScanner::BooleanExpressionScanner | ( | ) |
Simply adds more functions in its constructor so that a mixture of boolean and arithmetic expressions may be scanned.
References numeric::expression_parser::ArithmeticScanner::add_function().