exprtk::rtl::io::details::print_impl< T > Struct Template Reference

#include <exprtk.hpp>

Public Types

typedef igeneric_function< T >::generic_type generic_type
 
typedef igeneric_function< T >::parameter_list_t parameter_list_t
 
typedef generic_type::scalar_view scalar_t
 
typedef generic_type::vector_view vector_t
 
typedef generic_type::string_view string_t
 
typedef exprtk::details::numeric::details::number_type< T >::type num_type
 

Static Public Member Functions

static void process (const std::string &scalar_format, parameter_list_t parameters)
 
static void print (const std::string &scalar_format, const scalar_t &s)
 
static void print (const std::string &scalar_format, const vector_t &v)
 
static void print (const string_t &s)
 

Member Typedef Documentation

◆ generic_type

template<typename T >
typedef igeneric_function<T>::generic_type exprtk::rtl::io::details::print_impl< T >::generic_type

◆ num_type

template<typename T >
typedef exprtk::details::numeric::details::number_type<T>::type exprtk::rtl::io::details::print_impl< T >::num_type

◆ parameter_list_t

template<typename T >
typedef igeneric_function<T>::parameter_list_t exprtk::rtl::io::details::print_impl< T >::parameter_list_t

◆ scalar_t

template<typename T >
typedef generic_type::scalar_view exprtk::rtl::io::details::print_impl< T >::scalar_t

◆ string_t

template<typename T >
typedef generic_type::string_view exprtk::rtl::io::details::print_impl< T >::string_t

◆ vector_t

template<typename T >
typedef generic_type::vector_view exprtk::rtl::io::details::print_impl< T >::vector_t

Member Function Documentation

◆ print() [1/3]

template<typename T >
static void exprtk::rtl::io::details::print_impl< T >::print ( const std::string scalar_format,
const scalar_t s 
)
inlinestatic

◆ print() [2/3]

template<typename T >
static void exprtk::rtl::io::details::print_impl< T >::print ( const std::string scalar_format,
const vector_t v 
)
inlinestatic

◆ print() [3/3]

template<typename T >
static void exprtk::rtl::io::details::print_impl< T >::print ( const string_t s)
inlinestatic

References exprtk::to_str().

◆ process()


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