![]() |
LeechCraft 0.6.70-14794-g33744ae6ce
Modular cross-platform feature rich live environment.
|
#include "oral.h"
Public Member Functions | |
template<bool B = HasPKey> | |
AdaptDelete (const QSqlDatabase &db, const CachedFieldsData &data, std::enable_if_t< B > *=nullptr) noexcept | |
template<bool B = HasPKey> | |
AdaptDelete (const QSqlDatabase &, const CachedFieldsData &, std::enable_if_t<!B > *=nullptr) noexcept | |
template<bool B = HasPKey> | |
std::enable_if_t< B > | operator() (const Seq &seq) |
Public Attributes | |
std::function< void(Seq)> | Deleter_ |
|
inlinenoexcept |
Definition at line 442 of file oral.h.
References LC::Util::oral::detail::CachedFieldsData::BoundFields_, LC::Util::oral::detail::AdaptDelete< Seq, HasPKey >::Deleter_, LC::Util::oral::detail::CachedFieldsData::Fields_, LC::Util::oral::detail::CachedFieldsData::Table_, and LC::Util::oral::detail::ToVariantF().
|
inlinenoexcept |
|
inline |
Definition at line 468 of file oral.h.
References LC::Util::oral::detail::AdaptDelete< Seq, HasPKey >::Deleter_.
std::function<void (Seq)> LC::Util::oral::detail::AdaptDelete< Seq, HasPKey >::Deleter_ |
Definition at line 439 of file oral.h.
Referenced by LC::Util::oral::detail::AdaptDelete< Seq, HasPKey >::AdaptDelete(), and LC::Util::oral::detail::AdaptDelete< Seq, HasPKey >::operator()().