CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
to_string.hpp File Reference

Go to the source code of this file.

Classes

struct  CppAD::to_string_struct< Type >
 
struct  CppAD::to_string_struct< double >
 
struct  CppAD::to_string_struct< float >
 
struct  CppAD::to_string_struct< long double >
 
struct  CppAD::to_string_struct< signed int >
 
struct  CppAD::to_string_struct< signed long >
 
struct  CppAD::to_string_struct< signed long long >
 
struct  CppAD::to_string_struct< signed short >
 
struct  CppAD::to_string_struct< unsigned int >
 
struct  CppAD::to_string_struct< unsigned long >
 
struct  CppAD::to_string_struct< unsigned long long >
 
struct  CppAD::to_string_struct< unsigned short >
 

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 

Macros

#define CPPAD_SPECIALIZE_TO_STRING_FLOAT(Float)
 
#define CPPAD_SPECIALIZE_TO_STRING_INTEGER(Type)
 

Functions

template<class Type >
std::string CppAD::to_string (const Type &value)