Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Types | Static Public Member Functions
exprtk::rtl::io::details::print_impl< T > Struct Template Reference

Detailed Description

template<typename T>
struct exprtk::rtl::io::details::print_impl< T >

Definition at line 35910 of file exprtk.hpp.

#include <mrpt/otherlibs/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

Definition at line 35912 of file exprtk.hpp.

◆ num_type

Definition at line 35917 of file exprtk.hpp.

◆ parameter_list_t

Definition at line 35913 of file exprtk.hpp.

◆ scalar_t

Definition at line 35914 of file exprtk.hpp.

◆ string_t

Definition at line 35916 of file exprtk.hpp.

◆ vector_t

Definition at line 35915 of file exprtk.hpp.

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

Definition at line 35941 of file exprtk.hpp.

References exprtk::rtl::io::details::print_type().

◆ 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

Definition at line 35957 of file exprtk.hpp.

References exprtk::details::to_str().

◆ process()

template<typename T >
static void exprtk::rtl::io::details::print_impl< T >::process ( const std::string &  scalar_format,
parameter_list_t  parameters 
)
inlinestatic



Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017