![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
Modular cross-platform feature rich live environment.
|
Go to the source code of this file.
Namespaces | |
| namespace | LC |
| namespace | LC::Util |
| namespace | LC::Util::oral |
Macros | |
| #define | ORAL_FACTORY_SQLITE 1 |
| #define | ORAL_FACTORY_POSTGRES 2 |
| #define | TOSTRING(n) |
Functions | |
| template<typename T, typename = decltype (T {}.AsTuple ())> | |
| auto | operator== (const T &left, const T &right) |
| template<typename T, typename... Args> | |
| char * | LC::Util::oral::toString (const PKey< T, Args... > &pkey) |
| template<typename T, typename TupleType = decltype (T {}.AsTuple ())> | |
| char * | toString (const char *name, const T &t) |
| QSqlDatabase | LC::Util::MakeDatabase (const QString &name=":memory:") |
| template<typename T> | |
| auto | LC::Util::PrepareRecords (QSqlDatabase db, int count=3) |
| #define TOSTRING | ( | n | ) |
| auto operator== | ( | const T & | left, |
| const T & | right ) |
Definition at line 38 of file common.h.
Referenced by LC::Util::DomChildren().
| char * toString | ( | const char * | name, |
| const T & | t ) |
Definition at line 55 of file common.h.
References toString().
Referenced by LC::Util::EncodingConverter::EncodingConverter(), LC::Util::ScreensaverProhibitor::ScreensaverProhibitor(), and toString().