|
| couple (F_TYPE *first, S_TYPE *second) |
|
| couple (const F_TYPE &first, const S_TYPE &second) |
|
| couple (const couple &other) |
|
couple & | operator= (const couple &other) |
|
bool | operator== (const couple &other) const |
|
F_TYPE & | first () |
|
S_TYPE & | second () |
|
std::string | className () const override |
|
std::string | toString (bool enter) const override |
|
| operator std::string () const |
|
| operator const char * () const |
|
const char * | toCString (bool enter) const |
|
template<typename TYPE> |
auto | formatString (const TYPE &t) -> std::string |
|
template<typename TYPE> |
auto | formatCString (const TYPE &t) -> const char * |
|
template<typename TYPE> |
auto | formatEnum (const TYPE &t) -> std::string |
|
template<typename TYPE> |
auto | formatString (TYPE *const &ptr) -> std::string |
|
|
template<typename TYPE> |
static std::string | formatString (const TYPE &t) |
|
template<typename TYPE> |
static std::string | formatString (TYPE *const &ptr) |
|
template<typename TYPE> |
static const char * | formatCString (const TYPE &t) |
|
template<typename TYPE> |
static std::string | formatEnum (const TYPE &t) |
|
template<> |
auto | formatString (const char &t) -> std::string |
|
template<> |
auto | formatString (const bool &t) -> std::string |
|
template<> |
auto | formatString (const char *const &ptr) -> std::string |
|
◆ className()
template<typename F_TYPE, typename S_TYPE>
◆ toString()
template<typename F_TYPE, typename S_TYPE>
The documentation for this class was generated from the following file: