Gui::FormatString Class Reference

#include <CommandT.h>

Static Public Member Functions

static std::string str (const char *s)
 
static std::string str (const QString &s)
 
static std::string str (const std::ostream &s)
 
static std::string str (const std::ostringstream &s)
 
static std::string str (const std::string &s)
 
static std::string str (const std::stringstream &s)
 
static std::string toStr (boost::format &f)
 
template<typename T , typename... Args>
static std::string toStr (boost::format &f, T &&t, Args &&... args)
 

Member Function Documentation

◆ str() [1/6]

static std::string Gui::FormatString::str ( const char *  s)
static

◆ str() [2/6]

static std::string Gui::FormatString::str ( const QString &  s)
static

◆ str() [3/6]

static std::string Gui::FormatString::str ( const std::ostream &  s)
static

References str().

◆ str() [4/6]

static std::string Gui::FormatString::str ( const std::ostringstream &  s)
static

◆ str() [5/6]

static std::string Gui::FormatString::str ( const std::string &  s)
static

Referenced by str().

◆ str() [6/6]

static std::string Gui::FormatString::str ( const std::stringstream &  s)
static

◆ toStr() [1/2]

static std::string Gui::FormatString::toStr ( boost::format &  f)
static

◆ toStr() [2/2]

template<typename T , typename... Args>
static std::string Gui::FormatString::toStr ( boost::format &  f,
T &&  t,
Args &&...  args 
)
static

References toStr().


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