LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
oraltypes.h File Reference
#include <type_traits>
#include <boost/fusion/include/at_c.hpp>
#include <boost/fusion/adapted/struct/adapt_struct.hpp>
#include <boost/fusion/include/adapt_struct.hpp>
#include <util/sll/typelist.h>
#include <util/sll/typegetter.h>
+ Include dependency graph for oraltypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LeechCraft::Util::oral::PKey< T, Tags >
 
struct  LeechCraft::Util::oral::Unique< T >
 
struct  LeechCraft::Util::oral::NotNull< T >
 
struct  LeechCraft::Util::oral::detail::IsPKey< T >
 
struct  LeechCraft::Util::oral::detail::IsPKey< PKey< U, Tags... > >
 
struct  LeechCraft::Util::oral::References< Ptr >
 
struct  LeechCraft::Util::oral::PrimaryKey< Fields >
 
struct  LeechCraft::Util::oral::UniqueSubset< Fields >
 
struct  LeechCraft::Util::oral::IsIndirect< T >
 
struct  LeechCraft::Util::oral::IsIndirect< PKey< T, Args... > >
 
struct  LeechCraft::Util::oral::IsIndirect< Unique< T > >
 
struct  LeechCraft::Util::oral::IsIndirect< NotNull< T > >
 
struct  LeechCraft::Util::oral::IsIndirect< References< Ptr > >
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 
 LeechCraft::Util::oral
 
 LeechCraft::Util::oral::detail
 

Macros

#define BOOST_RESULT_OF_USE_DECLTYPE
 

Typedefs

template<typename T , typename... Args>
using LeechCraft::Util::oral::PKeyValue_t = typename PKey< T, Args... >::value_type
 
template<typename T >
using LeechCraft::Util::oral::UniqueValue_t = typename Unique< T >::value_type
 
template<typename T >
using LeechCraft::Util::oral::NotNullValue_t = typename NotNull< T >::value_type
 
template<auto Ptr>
using LeechCraft::Util::oral::ReferencesValue_t = typename References< Ptr >::value_type
 
template<typename... Args>
using LeechCraft::Util::oral::Constraints = Typelist< Args... >
 

Macro Definition Documentation

◆ BOOST_RESULT_OF_USE_DECLTYPE

#define BOOST_RESULT_OF_USE_DECLTYPE

Definition at line 32 of file oraltypes.h.