Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::archive::detail::export_impl< Archive, Serializable > Struct Template Reference

#include <export.hpp>

Static Public Member Functions

static const
basic_pointer_iserializer & 
enable_load (mpl::true_)
 
static const
basic_pointer_oserializer & 
enable_save (mpl::true_)
 
static void enable_load (mpl::false_)
 
static void enable_save (mpl::false_)
 

Member Function Documentation

template<class Archive , class Serializable >
static const basic_pointer_iserializer& boost::archive::detail::export_impl< Archive, Serializable >::enable_load ( mpl::true_  )
inlinestatic
template<class Archive , class Serializable >
static void boost::archive::detail::export_impl< Archive, Serializable >::enable_load ( mpl::false_  )
inlinestatic
template<class Archive , class Serializable >
static const basic_pointer_oserializer& boost::archive::detail::export_impl< Archive, Serializable >::enable_save ( mpl::true_  )
inlinestatic
template<class Archive , class Serializable >
static void boost::archive::detail::export_impl< Archive, Serializable >::enable_save ( mpl::false_  )
inlinestatic

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