QxOrm  1.4.9
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>

List of all members.

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

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

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.

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

Definition at line 226 of file IxPersistableCollection.h.


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