QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx::QxPersistableCollectionHelper<T>::type : return the collection type used by qx::IxPersistable interface, qx::QxPersistableCollection<type_primary_key, std::shared_ptr<my_type>> More...

#include <IxPersistableCollection.h>

Public Types

typedef qx::QxPersistableCollection< qx_type_primary_key, qx_type_ptr, T > type
 
typedef qx::QxCollection< qx_type_primary_key, qx_type_ptrtype_coll
 

Private Types

typedef qx::trait::get_primary_key< T >::type qx_type_primary_key
 
typedef std::shared_ptr< T > qx_type_ptr
 

Detailed Description

template<typename T>
class qx::QxPersistableCollectionHelper< T >

qx::QxPersistableCollectionHelper<T>::type : return the collection type used by qx::IxPersistable interface, qx::QxPersistableCollection<type_primary_key, std::shared_ptr<my_type>>

Definition at line 220 of file IxPersistableCollection.h.

Member Typedef Documentation

◆ qx_type_primary_key

template<typename T >
typedef qx::trait::get_primary_key<T>::type qx::QxPersistableCollectionHelper< T >::qx_type_primary_key
private

Definition at line 225 of file IxPersistableCollection.h.

◆ qx_type_ptr

template<typename T >
typedef std::shared_ptr<T> qx::QxPersistableCollectionHelper< T >::qx_type_ptr
private

Definition at line 226 of file IxPersistableCollection.h.

◆ type

Definition at line 230 of file IxPersistableCollection.h.

◆ type_coll

template<typename T >
typedef qx::QxCollection<qx_type_primary_key, qx_type_ptr> qx::QxPersistableCollectionHelper< T >::type_coll

Definition at line 231 of file IxPersistableCollection.h.


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