Searched defs:version_type (Results 1 – 8 of 8) sorted by relevance
38 struct version_type struct41 typedef T type;
42 class version_type { class48 version_type(): t(0) {} in version_type() function in boost::archive::version_type49 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type52 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
50 BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_IGNORE_IMPLEMENTATION()
55 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
61 BOOST_STRONG_TYPEDEF(unsigned int, version_type) in BOOST_STRONG_TYPEDEF() argument
38 using version_type = std::pair<int, int>; typedef
114 enum version_type enum