flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
string_format.cpp File Reference
#include "string_format.hpp"
#include <boost/lexical_cast.hpp>
Include dependency graph for string_format.cpp:

Go to the source code of this file.

Namespaces

namespace  flexiblesusy
 

Macros

#define DEFINE_TO_STRING(type)
 

Functions

std::string flexiblesusy::to_string (char a)
 
std::string flexiblesusy::to_string (const std::complex< double > &a)
 
std::string flexiblesusy::to_string (double a)
 
std::string flexiblesusy::to_string (signed char a)
 
std::string flexiblesusy::to_string (signed int a)
 
std::string flexiblesusy::to_string (signed long a)
 
std::string flexiblesusy::to_string (signed long long a)
 
std::string flexiblesusy::to_string (signed short a)
 
std::string flexiblesusy::to_string (unsigned char a)
 
std::string flexiblesusy::to_string (unsigned int a)
 
std::string flexiblesusy::to_string (unsigned long a)
 
std::string flexiblesusy::to_string (unsigned long long a)
 
std::string flexiblesusy::to_string (unsigned short a)
 

Macro Definition Documentation

◆ DEFINE_TO_STRING

#define DEFINE_TO_STRING (   type)
Value:
std::string to_string(type a) \
{ \
return boost::lexical_cast<std::string>(a); \
}
std::string to_string(const std::complex< double > &a)

Definition at line 24 of file string_format.cpp.