#include <CommandT.h>
|
static std::string | str (const std::ostream &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) |
|
◆ str() [1/3]
static std::string Gui::FormatString::str |
( |
const std::ostream & |
s | ) |
|
|
static |
◆ str() [2/3]
static std::string Gui::FormatString::str |
( |
const std::string & |
s | ) |
|
|
static |
◆ str() [3/3]
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 |
The documentation for this class was generated from the following file: