VTK  9.2.6
Serialization< std::pair< T1, T2 > > Struct Template Reference

#include <vtkMultiProcessStreamSerialization.h>

Inheritance diagram for Serialization< std::pair< T1, T2 > >:
[legend]
Collaboration diagram for Serialization< std::pair< T1, T2 > >:
[legend]

Static Public Member Functions

static void Save (vtkMultiProcessStream &stream, const std::pair< T1, T2 > &pair)
 
static void Load (vtkMultiProcessStream &stream, std::pair< T1, T2 > &pair)
 
static void Save (vtkMultiProcessStream &stream, const std::pair< T1, T2 > &t)
 
static void Load (vtkMultiProcessStream &stream, std::pair< T1, T2 > &t)
 

Detailed Description

template<typename T1, typename T2>
struct Serialization< std::pair< T1, T2 > >

Definition at line 104 of file vtkMultiProcessStreamSerialization.h.

Member Function Documentation

◆ Save() [1/2]

template<typename T1, typename T2>
static void Serialization< std::pair< T1, T2 > >::Save ( vtkMultiProcessStream & stream,
const std::pair< T1, T2 > & pair )
inlinestatic

Definition at line 106 of file vtkMultiProcessStreamSerialization.h.

◆ Load() [1/2]

template<typename T1, typename T2>
static void Serialization< std::pair< T1, T2 > >::Load ( vtkMultiProcessStream & stream,
std::pair< T1, T2 > & pair )
inlinestatic

Definition at line 112 of file vtkMultiProcessStreamSerialization.h.

◆ Save() [2/2]

static void Serialization< std::pair< T1, T2 > >::Save ( vtkMultiProcessStream & stream,
const std::pair< T1, T2 > & t )
inlinestatic

Definition at line 54 of file vtkMultiProcessStreamSerialization.h.

◆ Load() [2/2]

static void Serialization< std::pair< T1, T2 > >::Load ( vtkMultiProcessStream & stream,
std::pair< T1, T2 > & t )
inlinestatic

Definition at line 55 of file vtkMultiProcessStreamSerialization.h.


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