OpcUaCanOpen
CANopen OPC-UA server
exprtk::details::build_string Class Reference

#include <exprtk.hpp>

Public Member Functions

 build_string (const std::size_t &initial_size=64)
 
build_stringoperator<< (const std::string &s)
 
build_stringoperator<< (char_cptr s)
 
 operator std::string () const
 
std::string as_string () const
 

Private Attributes

std::string data_
 

Detailed Description

Definition at line 381 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ build_string()

exprtk::details::build_string::build_string ( const std::size_t &  initial_size = 64)
inline

Definition at line 385 of file exprtk.hpp.

Member Function Documentation

◆ as_string()

std::string exprtk::details::build_string::as_string ( ) const
inline

Definition at line 407 of file exprtk.hpp.

◆ operator std::string()

exprtk::details::build_string::operator std::string ( ) const
inline

Definition at line 402 of file exprtk.hpp.

◆ operator<<() [1/2]

build_string& exprtk::details::build_string::operator<< ( const std::string &  s)
inline

Definition at line 390 of file exprtk.hpp.

◆ operator<<() [2/2]

build_string& exprtk::details::build_string::operator<< ( char_cptr  s)
inline

Definition at line 396 of file exprtk.hpp.

Member Data Documentation

◆ data_

std::string exprtk::details::build_string::data_
private

Definition at line 414 of file exprtk.hpp.


The documentation for this class was generated from the following file: