#include <exprtk.hpp>
Public Member Functions | |
bool | operator< (const stringvar_node< T > &v) const |
virtual std::string & | ref () |
virtual const std::string & | ref () const |
std::string | str () const |
stringvar_node () | |
stringvar_node (std::string &value) | |
expression_node< T >::node_type | type () const |
T | value () const |
Static Public Attributes | |
static std::string | null_value = std::string("") |
Private Attributes | |
std::string * | value_ |
Definition at line 5033 of file exprtk.hpp.
exprtk::details::stringvar_node< T >::stringvar_node | ( | ) | [inline, explicit] |
Definition at line 5039 of file exprtk.hpp.
exprtk::details::stringvar_node< T >::stringvar_node | ( | std::string & | value | ) | [inline, explicit] |
Definition at line 5043 of file exprtk.hpp.
bool exprtk::details::stringvar_node< T >::operator< | ( | const stringvar_node< T > & | v | ) | const [inline] |
Definition at line 5047 of file exprtk.hpp.
virtual std::string& exprtk::details::stringvar_node< T >::ref | ( | ) | [inline, virtual] |
Definition at line 5062 of file exprtk.hpp.
virtual const std::string& exprtk::details::stringvar_node< T >::ref | ( | ) | const [inline, virtual] |
Definition at line 5067 of file exprtk.hpp.
std::string exprtk::details::stringvar_node< T >::str | ( | ) | const [inline, virtual] |
Implements exprtk::details::string_base_node< T >.
Definition at line 5057 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::stringvar_node< T >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 5072 of file exprtk.hpp.
T exprtk::details::stringvar_node< T >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 5052 of file exprtk.hpp.
std::string exprtk::details::stringvar_node< T >::null_value = std::string("") [static] |
Definition at line 5037 of file exprtk.hpp.
std::string* exprtk::details::stringvar_node< T >::value_ [private] |
Definition at line 5079 of file exprtk.hpp.