![]() |
LeechCraft
0.6.70-11552-gf61ee51c3d
Modular cross-platform feature rich live environment.
|
#include "oral.h"
Inheritance diagram for LeechCraft::Util::oral::detail::AdaptDelete< Seq, HasPKey >:Public Member Functions | |
| template<bool B = HasPKey> | |
| AdaptDelete (const QSqlDatabase &db, const CachedFieldsData &data, std::enable_if_t< B > *=nullptr) | |
| template<bool B = HasPKey> | |
| AdaptDelete (const QSqlDatabase &, const CachedFieldsData &, std::enable_if_t<!B > *=nullptr) | |
| template<bool B = HasPKey> | |
| std::enable_if_t< B > | operator() (const Seq &seq) |
Public Attributes | |
| std::function< void(Seq)> | Deleter_ |
|
inline |
|
inline |
|
inline |
| std::function<void (Seq)> LeechCraft::Util::oral::detail::AdaptDelete< Seq, HasPKey >::Deleter_ |
Definition at line 435 of file oral.h.
Referenced by LeechCraft::Util::oral::detail::AdaptDelete< T >::AdaptDelete(), and LeechCraft::Util::oral::detail::AdaptDelete< T >::operator()().