|
VTK
9.4.2
|
Utility to serialize STL containers to vtkMultiProcessStream. More...
#include "vtkMultiProcessStream.h"#include <array>#include <map>#include <set>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | Serialization< T > |
| struct | Serialization< std::set< ElementType > > |
| struct | Serialization< std::array< ElementType, N > > |
| struct | Serialization< std::pair< T1, T2 > > |
| struct | Serialization< std::map< T1, T2 > > |
| struct | Serialization< std::vector< ElementType > > |
Functions | |
| template<typename T > | |
| vtkMultiProcessStream & | operator<< (vtkMultiProcessStream &stream, const T &value) |
| template<typename T > | |
| vtkMultiProcessStream & | operator>> (vtkMultiProcessStream &stream, T &value) |
Utility to serialize STL containers to vtkMultiProcessStream.
This header provides helpers to make it easier to serialize STL containers to vtkMultiProcessStream.
Typical usage is as follows:
Definition in file vtkMultiProcessStreamSerialization.h.
|
inline |
Definition at line 159 of file vtkMultiProcessStreamSerialization.h.
|
inline |
Definition at line 166 of file vtkMultiProcessStreamSerialization.h.