|
Common ODB Runtime Library
|
Public Types | |
| typedef T | element_type |
| typedef lazy_auto_ptr < element_type > | pointer_type |
| typedef std::auto_ptr < element_type > | eager_pointer_type |
Static Public Member Functions | |
| static bool | null_ptr (const pointer_type &p) |
| template<class O > | |
| static object_traits< O >::id_type | object_id (const pointer_type &p) |
Static Public Attributes | |
| static const pointer_kind | kind = pk_unique |
| static const bool | lazy = true |
| typedef T odb::pointer_traits< lazy_auto_ptr< T > >::element_type |
| typedef lazy_auto_ptr<element_type> odb::pointer_traits< lazy_auto_ptr< T > >::pointer_type |
| typedef std::auto_ptr<element_type> odb::pointer_traits< lazy_auto_ptr< T > >::eager_pointer_type |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
1.8.7