LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
LeechCraft::Util::oral::detail::AdaptInsert< Seq > Struct Template Reference

#include "oral.h"

+ Inheritance diagram for LeechCraft::Util::oral::detail::AdaptInsert< Seq >:
+ Collaboration diagram for LeechCraft::Util::oral::detail::AdaptInsert< Seq >:

Classes

struct  PrivateTag
 

Public Member Functions

 AdaptInsert (const CachedFieldsData &data, const PrivateTag &)
 
template<bool Autogen = HasAutogenPKey<Seq> ()>
 AdaptInsert (CachedFieldsData data, EnableIf_t< Autogen > *=nullptr)
 
template<bool Autogen = HasAutogenPKey<Seq> ()>
 AdaptInsert (const CachedFieldsData &data, EnableIf_t<!Autogen > *=nullptr)
 
template<bool Autogen = HasAutogenPKey<Seq> ()>
EnableIf_t< Autogen > operator() (Seq &t, InsertAction action=InsertAction::Default) const
 
template<bool Autogen = HasAutogenPKey<Seq> ()>
EnableIf_t< Autogen, ValueAtC_t< Seq, FindPKey< Seq >::result_type::value > > operator() (const Seq &t, InsertAction action=InsertAction::Default) const
 
template<bool Autogen = HasAutogenPKey<Seq> ()>
EnableIf_t<!Autogen > operator() (const Seq &t, InsertAction action=InsertAction::Default) const
 

Public Attributes

const CachedFieldsData Data_
 
const QString InsertSuffix_
 

Detailed Description

template<typename Seq>
struct LeechCraft::Util::oral::detail::AdaptInsert< Seq >

Definition at line 458 of file oral.h.

Constructor & Destructor Documentation

template<typename Seq>
LeechCraft::Util::oral::detail::AdaptInsert< Seq >::AdaptInsert ( const CachedFieldsData data,
const PrivateTag  
)
inline

Definition at line 465 of file oral.h.

template<typename Seq>
template<bool Autogen = HasAutogenPKey<Seq> ()>
LeechCraft::Util::oral::detail::AdaptInsert< Seq >::AdaptInsert ( CachedFieldsData  data,
EnableIf_t< Autogen > *  = nullptr 
)
inline

Definition at line 474 of file oral.h.

template<typename Seq>
template<bool Autogen = HasAutogenPKey<Seq> ()>
LeechCraft::Util::oral::detail::AdaptInsert< Seq >::AdaptInsert ( const CachedFieldsData data,
EnableIf_t<!Autogen > *  = nullptr 
)
inline

Definition at line 492 of file oral.h.

Member Function Documentation

template<typename Seq>
template<bool Autogen = HasAutogenPKey<Seq> ()>
EnableIf_t<Autogen> LeechCraft::Util::oral::detail::AdaptInsert< Seq >::operator() ( Seq &  t,
InsertAction  action = InsertAction::Default 
) const
inline

Definition at line 498 of file oral.h.

template<typename Seq>
template<bool Autogen = HasAutogenPKey<Seq> ()>
EnableIf_t<Autogen, ValueAtC_t<Seq, FindPKey<Seq>::result_type::value> > LeechCraft::Util::oral::detail::AdaptInsert< Seq >::operator() ( const Seq &  t,
InsertAction  action = InsertAction::Default 
) const
inline

Definition at line 510 of file oral.h.

template<typename Seq>
template<bool Autogen = HasAutogenPKey<Seq> ()>
EnableIf_t<!Autogen> LeechCraft::Util::oral::detail::AdaptInsert< Seq >::operator() ( const Seq &  t,
InsertAction  action = InsertAction::Default 
) const
inline

Definition at line 521 of file oral.h.

Member Data Documentation

template<typename Seq>
const CachedFieldsData LeechCraft::Util::oral::detail::AdaptInsert< Seq >::Data_

Definition at line 460 of file oral.h.

template<typename Seq>
const QString LeechCraft::Util::oral::detail::AdaptInsert< Seq >::InsertSuffix_

Definition at line 461 of file oral.h.


The documentation for this struct was generated from the following file: