QxOrm  1.4.9
C++ Object Relational Mapping library

qx::trait::generic_container<T> : provide some tools to manage all containers without knowing its type More...

#include <generic_container.h>

List of all members.

Public Types

typedef no_type type_item
typedef no_type type_key
typedef no_type type_value
typedef no_type type_value_qx
typedef no_type type_iterator

Detailed Description

template<class T>
struct qx::trait::generic_container< T >

qx::trait::generic_container<T> : provide some tools to manage all containers without knowing its type

Definition at line 62 of file generic_container.h.


Member Typedef Documentation

template<class T >
typedef no_type qx::trait::generic_container< T >::type_item

Definition at line 63 of file generic_container.h.

template<class T >
typedef no_type qx::trait::generic_container< T >::type_iterator

Definition at line 63 of file generic_container.h.

template<class T >
typedef no_type qx::trait::generic_container< T >::type_key

Definition at line 63 of file generic_container.h.

template<class T >
typedef no_type qx::trait::generic_container< T >::type_value

Definition at line 63 of file generic_container.h.

template<class T >
typedef no_type qx::trait::generic_container< T >::type_value_qx

Definition at line 63 of file generic_container.h.


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