LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
oraltest.cpp File Reference
#include "oraltest.h"
#include "common.h"
+ Include dependency graph for oraltest.cpp:

Go to the source code of this file.

Classes

struct  AutogenPKeyRecord
 

Namespaces

namespace  LC
 
namespace  LC::Util
 

Functions

 ORAL_ADAPT_STRUCT (AutogenPKeyRecord, ID_, Value_) struct NoPKeyRecord
 
 ORAL_ADAPT_STRUCT (NoPKeyRecord, ID_, Value_) struct NonInPlaceConstructibleRecord
 
 ORAL_ADAPT_STRUCT (NonInPlaceConstructibleRecord, ID_, Value_) struct ComplexConstraintsRecord
 
 ORAL_ADAPT_STRUCT (ComplexConstraintsRecord, ID_, Value_, Age_, Weight_) template< typename... Args > QDebug operator<<(QDebug dbg
 

Variables

const std::tuple< Args... > & tup
 

Function Documentation

◆ ORAL_ADAPT_STRUCT() [1/4]

ORAL_ADAPT_STRUCT ( AutogenPKeyRecord ,
ID_ ,
Value_  )

Definition at line 29 of file oraltest.cpp.

◆ ORAL_ADAPT_STRUCT() [2/4]

ORAL_ADAPT_STRUCT ( ComplexConstraintsRecord ,
ID_ ,
Value_ ,
Age_ ,
Weight_  )

◆ ORAL_ADAPT_STRUCT() [3/4]

ORAL_ADAPT_STRUCT ( NonInPlaceConstructibleRecord ,
ID_ ,
Value_  )

Definition at line 76 of file oraltest.cpp.

◆ ORAL_ADAPT_STRUCT() [4/4]

ORAL_ADAPT_STRUCT ( NoPKeyRecord ,
ID_ ,
Value_  )

Definition at line 48 of file oraltest.cpp.

Variable Documentation

◆ tup

const std::tuple<Args...>& tup
Initial value:
{
return std::apply ([&] (auto&&... args) { return ((dbg.nospace () << args << ' '), ...); }, tup)
const std::tuple< Args... > & tup
Definition oraltest.cpp:112

Definition at line 111 of file oraltest.cpp.

Referenced by LC::Util::Nub().