PulseView  unreleased development snapshot
A Qt-based sigrok GUI
exprtk::rtl::io::print< T > Struct Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::rtl::io::print< T >:
Collaboration diagram for exprtk::rtl::io::print< T >:

Public Types

typedef igeneric_function< T >::parameter_list_t parameter_list_t
 
- Public Types inherited from exprtk::igeneric_function< T >
enum  return_type { e_rtrn_scalar = 0, e_rtrn_string = 1, e_rtrn_overload = 2 }
 
typedef T type
 
typedef type_store< T > generic_type
 
typedef generic_type::parameter_list parameter_list_t
 

Public Member Functions

 print (const std::string &scalar_format="%10.5f")
 
operator() (parameter_list_t parameters)
 
- Public Member Functions inherited from exprtk::igeneric_function< T >
 igeneric_function (const std::string &param_seq="", const return_type rtr_type=e_rtrn_scalar)
 
virtual ~igeneric_function ()
 
- Public Member Functions inherited from exprtk::function_traits
 function_traits ()
 
bool & allow_zero_parameters ()
 
bool & has_side_effects ()
 
std::size_t & min_num_args ()
 
std::size_t & max_num_args ()
 

Public Attributes

std::string scalar_format_
 
- Public Attributes inherited from exprtk::igeneric_function< T >
virtual T operator()(parameter_list_t) igeneric_function_empty_body(1) inline virtual T operator()(std return_type rtrn_type
 

Detailed Description

template<typename T>
struct exprtk::rtl::io::print< T >

Definition at line 37294 of file exprtk.hpp.

Member Typedef Documentation

Definition at line 37296 of file exprtk.hpp.

Constructor & Destructor Documentation

template<typename T>
exprtk::rtl::io::print< T >::print ( const std::string &  scalar_format = "%10.5f")
inline

Definition at line 37300 of file exprtk.hpp.

Here is the call graph for this function:

Member Function Documentation

template<typename T>
T exprtk::rtl::io::print< T >::operator() ( parameter_list_t  parameters)
inline

Definition at line 37306 of file exprtk.hpp.

Here is the call graph for this function:

Member Data Documentation

template<typename T>
std::string exprtk::rtl::io::print< T >::scalar_format_

Definition at line 37312 of file exprtk.hpp.


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