|
Common ODB Runtime Library
|
Public Types | |
| typedef T | element_type |
| typedef T * | pointer_type |
| typedef const T * | const_pointer_type |
| typedef odb::details::meta::remove_const < T >::result * | unrestricted_pointer_type |
| typedef raw_ptr_guard < pointer_type > | guard |
Static Public Member Functions | |
| static element_type * | get_ptr (pointer_type p) |
| static element_type & | get_ref (pointer_type p) |
| static bool | null_ptr (pointer_type p) |
| static unrestricted_pointer_type | const_pointer_cast (pointer_type p) |
| template<typename T1 > | |
| static T1 * | static_pointer_cast (pointer_type p) |
| template<typename T1 > | |
| static T1 * | dynamic_pointer_cast (pointer_type p) |
| static void * | allocate (std::size_t n) |
| static void | free (void *p) |
Static Public Attributes | |
| static const pointer_kind | kind = pk_raw |
| static const bool | lazy = false |
| typedef T odb::pointer_traits< T * >::element_type |
| typedef T* odb::pointer_traits< T * >::pointer_type |
| typedef const T* odb::pointer_traits< T * >::const_pointer_type |
| typedef odb::details::meta::remove_const<T>::result* odb::pointer_traits< T * >::unrestricted_pointer_type |
| typedef raw_ptr_guard<pointer_type> odb::pointer_traits< T * >::guard |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
1.8.7