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

Public Types

typedef T wrapped_type
 
typedef nullable< T > wrapper_type
 
typedef
odb::details::meta::remove_const
< T >::result 
unrestricted_wrapped_type
 

Static Public Member Functions

static bool get_null (const wrapper_type &n)
 
static void set_null (wrapper_type &n)
 
static const wrapped_typeget_ref (const wrapper_type &n)
 
static unrestricted_wrapped_typeset_ref (wrapper_type &n)
 

Static Public Attributes

static const bool null_handler = true
 
static const bool null_default = true
 

Member Typedef Documentation

template<typename T >
typedef T odb::wrapper_traits< nullable< T > >::wrapped_type
template<typename T >
typedef nullable<T> odb::wrapper_traits< nullable< T > >::wrapper_type
template<typename T >
typedef odb::details::meta::remove_const<T>::result odb::wrapper_traits< nullable< T > >::unrestricted_wrapped_type

Member Function Documentation

template<typename T >
static bool odb::wrapper_traits< nullable< T > >::get_null ( const wrapper_type n)
inlinestatic
template<typename T >
static void odb::wrapper_traits< nullable< T > >::set_null ( wrapper_type n)
inlinestatic
template<typename T >
static const wrapped_type& odb::wrapper_traits< nullable< T > >::get_ref ( const wrapper_type n)
inlinestatic
template<typename T >
static unrestricted_wrapped_type& odb::wrapper_traits< nullable< T > >::set_ref ( wrapper_type n)
inlinestatic

Member Data Documentation

template<typename T >
const bool odb::wrapper_traits< nullable< T > >::null_handler = true
static
template<typename T >
const bool odb::wrapper_traits< nullable< T > >::null_default = true
static

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