Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
vector.hpp File Reference
#include <vector>
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/type_traits/is_arithmetic.hpp>
#include <boost/serialization/collections_save_imp.hpp>
#include <boost/serialization/collections_load_imp.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/array.hpp>
#include <boost/serialization/detail/get_data.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/serialization/collection_traits.hpp>
Include dependency graph for vector.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::serialization
 

Macros

#define BOOST_SERIALIZATION_VECTOR_VERSIONED(V)   (V==4 || V==5)
 
#define STD   std
 

Functions

template<class Archive , class U , class Allocator >
void boost::serialization::save (Archive &ar, const std::vector< U, Allocator > &t, const unsigned int, mpl::false_)
 
template<class Archive , class U , class Allocator >
void boost::serialization::load (Archive &ar, std::vector< U, Allocator > &t, const unsigned int, mpl::false_)
 
template<class Archive , class U , class Allocator >
void boost::serialization::save (Archive &ar, const std::vector< U, Allocator > &t, const unsigned int, mpl::true_)
 
template<class Archive , class U , class Allocator >
void boost::serialization::load (Archive &ar, std::vector< U, Allocator > &t, const unsigned int, mpl::true_)
 
template<class Archive , class U , class Allocator >
void boost::serialization::save (Archive &ar, const std::vector< U, Allocator > &t, const unsigned int file_version)
 
template<class Archive , class U , class Allocator >
void boost::serialization::load (Archive &ar, std::vector< U, Allocator > &t, const unsigned int file_version)
 
template<class Archive , class U , class Allocator >
void boost::serialization::serialize (Archive &ar, std::vector< U, Allocator > &t, const unsigned int file_version)
 
template<class Archive , class Allocator >
void boost::serialization::save (Archive &ar, const std::vector< bool, Allocator > &t, const unsigned int)
 
template<class Archive , class Allocator >
void boost::serialization::load (Archive &ar, std::vector< bool, Allocator > &t, const unsigned int)
 
template<class Archive , class Allocator >
void boost::serialization::serialize (Archive &ar, std::vector< bool, Allocator > &t, const unsigned int file_version)
 

Macro Definition Documentation

#define BOOST_SERIALIZATION_VECTOR_VERSIONED (   V)    (V==4 || V==5)
#define STD   std