![]() |
QxOrm
1.4.3
C++ Object Relational Mapping library
|
qx::IxPersistableCollection<T>::type : return the collection type used by qx::IxPersistable interface, qx::QxCollection<type_primary_key, qx_shared_ptr<my_type>> More...
#include <IxPersistable.h>
Public Types | |
typedef qx::QxCollection < qx_type_primary_key, qx_type_ptr > | type |
Private Types | |
typedef qx::trait::get_primary_key< T > ::type | qx_type_primary_key |
typedef qx_shared_ptr< T > | qx_type_ptr |
qx::IxPersistableCollection<T>::type : return the collection type used by qx::IxPersistable interface, qx::QxCollection<type_primary_key, qx_shared_ptr<my_type>>
Definition at line 340 of file IxPersistable.h.
typedef qx::trait::get_primary_key<T>::type qx::IxPersistableCollection< T >::qx_type_primary_key [private] |
Definition at line 345 of file IxPersistable.h.
typedef qx_shared_ptr<T> qx::IxPersistableCollection< T >::qx_type_ptr [private] |
Definition at line 346 of file IxPersistable.h.
typedef qx::QxCollection<qx_type_primary_key, qx_type_ptr> qx::IxPersistableCollection< T >::type |
Definition at line 350 of file IxPersistable.h.