QxOrm
1.5.0
C++ Object Relational Mapping library
|
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_ptr > | type_coll |
Private Types | |
typedef qx::trait::get_primary_key< T > ::type | qx_type_primary_key |
typedef std::shared_ptr< T > | qx_type_ptr |
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.
typedef qx::trait::get_primary_key<T>::type qx::QxPersistableCollectionHelper< T >::qx_type_primary_key [private] |
Definition at line 225 of file IxPersistableCollection.h.
typedef std::shared_ptr<T> qx::QxPersistableCollectionHelper< T >::qx_type_ptr [private] |
Definition at line 226 of file IxPersistableCollection.h.
typedef qx::QxPersistableCollection<qx_type_primary_key, qx_type_ptr, T> qx::QxPersistableCollectionHelper< T >::type |
Definition at line 230 of file IxPersistableCollection.h.
typedef qx::QxCollection<qx_type_primary_key, qx_type_ptr> qx::QxPersistableCollectionHelper< T >::type_coll |
Definition at line 231 of file IxPersistableCollection.h.