Common ODB Runtime Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Static Public Attributes | List of all members
odb::object_traits< const T > Struct Template Reference

Public Types

typedef access::object_traits
< T >::id_type 
id_type
 
typedef access::object_traits
< T >::object_type 
object_type
 
typedef
pointer_traits::const_pointer_type 
const_pointer_type
 
typedef const_pointer_type pointer_type
 

Static Public Attributes

static const bool polymorphic = access::object_traits<T>::polymorphic
 

Member Typedef Documentation

template<typename T >
typedef access::object_traits<T>::id_type odb::object_traits< const T >::id_type
template<typename T >
typedef access::object_traits<T>::object_type odb::object_traits< const T >::object_type
template<typename T >
typedef pointer_traits::const_pointer_type odb::object_traits< const T >::const_pointer_type
template<typename T >
typedef const_pointer_type odb::object_traits< const T >::pointer_type

Member Data Documentation

template<typename T >
const bool odb::object_traits< const T >::polymorphic = access::object_traits<T>::polymorphic
static

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