#include <exprtk.hpp>
Definition at line 404 of file exprtk.hpp.
◆ build_string()
| exprtk::details::build_string::build_string |
( |
const std::size_t & |
initial_size = 64 | ) |
|
|
inlineexplicit |
Definition at line 408 of file exprtk.hpp.
409 {
411 }
bool match_impl(const Iterator pattern_begin, const Iterator pattern_end, const Iterator data_begin, const Iterator data_end, const typename std::iterator_traits< Iterator >::value_type &zero_or_more, const typename std::iterator_traits< Iterator >::value_type &exactly_one)
References data_.
◆ as_string()
| std::string exprtk::details::build_string::as_string |
( |
| ) |
const |
|
inline |
◆ operator std::string()
| exprtk::details::build_string::operator std::string |
( |
| ) |
const |
|
inline |
◆ operator<<() [1/2]
Definition at line 419 of file exprtk.hpp.
420 {
421 data_ += std::string(s);
422 return (*this);
423 }
References data_.
◆ operator<<() [2/2]
Definition at line 413 of file exprtk.hpp.
414 {
416 return (*this);
417 }
References data_.
◆ data_
| std::string exprtk::details::build_string::data_ |
|
private |
The documentation for this class was generated from the following file: