SNAP Library 4.0, User Reference  2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TNEANet::LoadVecOfVecFunctor Class Reference

Public Member Functions

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

Detailed Description

Definition at line 2061 of file network.h.

Constructor & Destructor Documentation

TNEANet::LoadVecOfVecFunctor::LoadVecOfVecFunctor ( )
inline

Definition at line 2063 of file network.h.

2063 {}

Member Function Documentation

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

Definition at line 2065 of file network.h.

2065  {
2066  LoadVecFunctor f;
2067  n->LoadShM(ShMIn, f);
2068  }
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: