#include <exprtk.hpp>
Public Member Functions | |
std::string | as_string () const |
build_string (const std::size_t &initial_size=64) | |
operator std::string () const | |
build_string & | operator<< (const std::string &s) |
build_string & | operator<< (const char *s) |
Private Attributes | |
std::string | data_ |
Definition at line 217 of file exprtk.hpp.
exprtk::details::build_string::build_string | ( | const std::size_t & | initial_size = 64 | ) | [inline] |
Definition at line 221 of file exprtk.hpp.
std::string exprtk::details::build_string::as_string | ( | ) | const [inline] |
Definition at line 243 of file exprtk.hpp.
exprtk::details::build_string::operator std::string | ( | ) | const [inline] |
Definition at line 238 of file exprtk.hpp.
build_string& exprtk::details::build_string::operator<< | ( | const std::string & | s | ) | [inline] |
Definition at line 226 of file exprtk.hpp.
build_string& exprtk::details::build_string::operator<< | ( | const char * | s | ) | [inline] |
Definition at line 232 of file exprtk.hpp.
std::string exprtk::details::build_string::data_ [private] |
Definition at line 250 of file exprtk.hpp.