ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | Friends | List of all members
ttg::detail::boost_optimized_iarchive< StreamOrStreambuf > Class Template Reference

optimized data-only deserializer for boost_optimized_oarchive More...

#include <archive.h>

Inherits StreamOrStreambuf, and boost::archive::binary_iarchive_impl< boost_optimized_iarchive< StreamOrStreambuf >, std::ostream::char_type, std::ostream::traits_type >.

Public Types

using pbase_type = StreamOrStreambuf
 
using base_type = boost::archive::binary_iarchive_impl< boost_optimized_iarchive, std::ostream::char_type, std::ostream::traits_type >
 

Public Member Functions

 boost_optimized_iarchive ()
 
 boost_optimized_iarchive (StreamOrStreambuf sbuf)
 
template<typename Arg >
 boost_optimized_iarchive (Arg &&arg)
 
void load_object (void *x, const boost::archive::detail::basic_oserializer &bos)
 
template<class T >
auto & operator>> (T &t)
 
template<class T >
auto & operator& (T &t)
 
const auto & streambuf () const
 
const auto & stream () const
 

Static Public Attributes

static constexpr bool pbase_derived_from_stdstreambuf = std::is_base_of_v<std::streambuf, pbase_type>
 

Friends

class boost::archive::save_access
 
class boost::archive::detail::common_iarchive< boost_optimized_iarchive >
 

Detailed Description

template<typename StreamOrStreambuf>
class ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >

optimized data-only deserializer for boost_optimized_oarchive

Definition at line 250 of file archive.h.

Member Typedef Documentation

◆ base_type

template<typename StreamOrStreambuf >
using ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::base_type = boost::archive::binary_iarchive_impl<boost_optimized_iarchive, std::ostream::char_type, std::ostream::traits_type>

Definition at line 256 of file archive.h.

◆ pbase_type

template<typename StreamOrStreambuf >
using ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::pbase_type = StreamOrStreambuf

Definition at line 255 of file archive.h.

Constructor & Destructor Documentation

◆ boost_optimized_iarchive() [1/3]

template<typename StreamOrStreambuf >
ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::boost_optimized_iarchive ( )
inline

Definition at line 272 of file archive.h.

◆ boost_optimized_iarchive() [2/3]

template<typename StreamOrStreambuf >
ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::boost_optimized_iarchive ( StreamOrStreambuf  sbuf)
inline

Definition at line 275 of file archive.h.

◆ boost_optimized_iarchive() [3/3]

template<typename StreamOrStreambuf >
template<typename Arg >
ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::boost_optimized_iarchive ( Arg &&  arg)
inline

Definition at line 280 of file archive.h.

Member Function Documentation

◆ load() [1/2]

template<typename StreamOrStreambuf >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load ( bool &  t)
inline

override default implementations in base_type provided by basic_binary_iprimitive<Archive>

Definition at line 317 of file archive.h.

Here is the call graph for this function:

◆ load() [2/2]

template<typename StreamOrStreambuf >
template<class T >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load ( T &  t)
inline

override default implementations in base_type provided by basic_binary_iprimitive<Archive>

Definition at line 309 of file archive.h.

Here is the call graph for this function:

◆ load_array()

template<typename StreamOrStreambuf >
template<class ValueType >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load_array ( boost::serialization::array_wrapper< ValueType > &  a,
unsigned int   
)
inline

override default implementations in base_type provided by basic_binary_iprimitive<Archive>

Definition at line 328 of file archive.h.

Here is the call graph for this function:

◆ load_binary()

template<typename StreamOrStreambuf >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load_binary ( void *  address,
std::size_t  count 
)
inline

override default implementations in base_type provided by basic_binary_iprimitive<Archive>

Definition at line 333 of file archive.h.

Here is the caller graph for this function:

◆ load_object()

template<typename StreamOrStreambuf >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load_object ( void *  x,
const boost::archive::detail::basic_oserializer &  bos 
)
inline

Definition at line 302 of file archive.h.

Here is the call graph for this function:

◆ load_override() [1/6]

template<typename StreamOrStreambuf >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load_override ( boost::archive::class_id_optional_type &  )
inline

these provide optimized implementation that's called by base_type::load_override

Definition at line 292 of file archive.h.

◆ load_override() [2/6]

template<typename StreamOrStreambuf >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load_override ( boost::archive::class_id_reference_type &  t)
inline

these provide optimized implementation that's called by base_type::load_override

Definition at line 298 of file archive.h.

◆ load_override() [3/6]

template<typename StreamOrStreambuf >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load_override ( boost::archive::class_id_type &  t)
inline

these provide optimized implementation that's called by base_type::load_override

Definition at line 297 of file archive.h.

◆ load_override() [4/6]

template<typename StreamOrStreambuf >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load_override ( boost::archive::version_type &  t)
inline

these provide optimized implementation that's called by base_type::load_override

Definition at line 294 of file archive.h.

◆ load_override() [5/6]

template<typename StreamOrStreambuf >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load_override ( boost::serialization::item_version_type &  t)
inline

these provide optimized implementation that's called by base_type::load_override

Definition at line 295 of file archive.h.

◆ load_override() [6/6]

template<typename StreamOrStreambuf >
template<class T >
void ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::load_override ( T &  t)
inline

these provide optimized implementation that's called by base_type::load_override

Definition at line 288 of file archive.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator&()

template<typename StreamOrStreambuf >
template<class T >
auto & ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::operator& ( T &  t)
inline

Definition at line 360 of file archive.h.

◆ operator>>()

template<typename StreamOrStreambuf >
template<class T >
auto & ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::operator>> ( T &  t)
inline

Definition at line 353 of file archive.h.

Here is the call graph for this function:

◆ stream()

template<typename StreamOrStreambuf >
const auto & ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::stream ( ) const
inline

Definition at line 372 of file archive.h.

◆ streambuf()

template<typename StreamOrStreambuf >
const auto & ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::streambuf ( ) const
inline

Definition at line 364 of file archive.h.

Friends And Related Symbol Documentation

◆ boost::archive::detail::common_iarchive< boost_optimized_iarchive >

template<typename StreamOrStreambuf >
friend class boost::archive::detail::common_iarchive< boost_optimized_iarchive >
friend

Definition at line 262 of file archive.h.

◆ boost::archive::save_access

template<typename StreamOrStreambuf >
friend class boost::archive::save_access
friend

Definition at line 262 of file archive.h.

Member Data Documentation

◆ pbase_derived_from_stdstreambuf

template<typename StreamOrStreambuf >
constexpr bool ttg::detail::boost_optimized_iarchive< StreamOrStreambuf >::pbase_derived_from_stdstreambuf = std::is_base_of_v<std::streambuf, pbase_type>
staticconstexpr

Definition at line 259 of file archive.h.


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