#include <aspect.hpp>
Public Member Functions | |
std::string | operator() (bool b) const |
std::string | operator() (int i) const |
std::string | operator() (unsigned long long i) const |
std::string | operator() (double i) const |
std::string | operator() (const std::string &s) const |
std::string | operator() (const t_string &s) const |
std::string | operator() (boost::blank) const |
Static Private Member Functions | |
static std::string | quote_string (const std::string &s) |
Definition at line 402 of file aspect.hpp.
|
inline |
Definition at line 405 of file aspect.hpp.
|
inline |
Definition at line 406 of file aspect.hpp.
|
inline |
Definition at line 407 of file aspect.hpp.
|
inline |
Definition at line 408 of file aspect.hpp.
|
inline |
Definition at line 409 of file aspect.hpp.
References quote_string().
|
inline |
Definition at line 410 of file aspect.hpp.
References quote_string(), and t_string::str().
|
inline |
Definition at line 411 of file aspect.hpp.
|
staticprivate |
Definition at line 160 of file aspect.cpp.
Referenced by operator()().