ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
SerializationSizeCalculator Class Reference

Pseudo-archive to calculate the size of the serialization buffer. More...

Public Member Functions

auto size () const
 
template<class T >
auto & operator<< (T &)
 
template<class T >
auto & operator& (T &t)
 

Detailed Description

Pseudo-archive to calculate the size of the serialization buffer.

Definition at line 93 of file ghosts.cpp.

Member Function Documentation

◆ operator&()

template<class T >
auto & SerializationSizeCalculator::operator& ( T &  t)
inline

Definition at line 104 of file ghosts.cpp.

◆ operator<<()

template<class T >
auto & SerializationSizeCalculator::operator<< ( T &  )
inline

Definition at line 99 of file ghosts.cpp.

◆ size()

auto SerializationSizeCalculator::size ( ) const
inline

Definition at line 97 of file ghosts.cpp.

Referenced by calc_transmit_size().


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