![]() |
LeechCraft 0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
|
Go to the source code of this file.
Classes | |
| struct | LC::Util::oral::detail::WrapDirect< T > |
| struct | LC::Util::oral::IndirectHolderBase< T, Concrete > |
| struct | LC::Util::oral::PKey< T, Tags > |
| struct | LC::Util::oral::Unique< T > |
| struct | LC::Util::oral::NotNull< T > |
| struct | LC::Util::oral::detail::IsReferencesTarget< T > |
| struct | LC::Util::oral::detail::IsReferencesTarget< PKey< U, Tags... > > |
| struct | LC::Util::oral::detail::IsReferencesTarget< Unique< U > > |
| struct | LC::Util::oral::References< Ptr > |
| struct | LC::Util::oral::PrimaryKey< Fields > |
| struct | LC::Util::oral::UniqueSubset< Fields > |
| struct | LC::Util::oral::Index< Fields > |
| struct | LC::Util::oral::InsertAction |
| struct | LC::Util::oral::InsertAction::DefaultTag |
| struct | LC::Util::oral::InsertAction::IgnoreTag |
| struct | LC::Util::oral::InsertAction::Replace |
| struct | LC::Util::oral::InsertAction::Replace::FieldsType< Ptrs > |
| struct | LC::Util::oral::InsertAction::Replace::WholeType |
Namespaces | |
| namespace | LC |
| namespace | LC::Util |
| namespace | LC::Util::oral |
| namespace | LC::Util::oral::detail |
Concepts | |
| concept | LC::Util::oral::Indirect |
| concept | LC::Util::oral::ForeignKey |
Typedefs | |
| template<typename T> | |
| using | LC::Util::oral::detail::UnwrapIndirect_t |
| template<typename T, typename... Args> | |
| using | LC::Util::oral::PKeyValue_t = PKey<T, Args...>::value_type |
| template<typename T> | |
| using | LC::Util::oral::UniqueValue_t = Unique<T>::value_type |
| template<typename T> | |
| using | LC::Util::oral::NotNullValue_t = NotNull<T>::value_type |
| template<typename T> | |
| using | LC::Util::oral::UniqueNotNull = Unique<NotNull<T>> |
| template<auto Ptr> | |
| using | LC::Util::oral::ReferencesValue_t = References<Ptr>::value_type |
| template<typename... Args> | |
| using | LC::Util::oral::Constraints = Typelist<Args...> |
| template<typename... Args> | |
| using | LC::Util::oral::Indices = Typelist<Args...> |