SNAP Library 6.0, Developer Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TNEANet::LoadVecOfVecFunctor Class Reference

Public Member Functions

 LoadVecOfVecFunctor ()
 
template<typename TElem >
void operator() (TVec< TVec< TElem > > *n, TShMIn &ShMIn)
 

Detailed Description

Definition at line 2088 of file network.h.

Constructor & Destructor Documentation

TNEANet::LoadVecOfVecFunctor::LoadVecOfVecFunctor ( )
inline

Definition at line 2090 of file network.h.

2090 {}

Member Function Documentation

template<typename TElem >
void TNEANet::LoadVecOfVecFunctor::operator() ( TVec< TVec< TElem > > *  n,
TShMIn ShMIn 
)
inline

Definition at line 2092 of file network.h.

2092  {
2093  LoadVecFunctor f;
2094  n->LoadShM(ShMIn, f);
2095  }
void LoadShM(TShMIn &ShMIn)
Constructs the vector from a shared memory input.
Definition: ds.h:932

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