![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file: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) inline char* toString (const n& rec) { return toString (#n, rec); } |
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) |
| auto operator== | ( | const T & | left, |
| const T & | right ) |
| char * toString | ( | const char * | name, |
| const T & | t ) |
Definition at line 55 of file common.h.
References toString().
Referenced by LC::Util::AddressesModelManager::addRequested(), and toString().
Here is the call graph for this function:
Here is the caller graph for this function: