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::LoadVecFunctor Class Reference

Public Member Functions

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

Detailed Description

Definition at line 2080 of file network.h.

Constructor & Destructor Documentation

TNEANet::LoadVecFunctor::LoadVecFunctor ( )
inline

Definition at line 2082 of file network.h.

2082 {}

Member Function Documentation

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

Definition at line 2084 of file network.h.

References TVec< TVal, TSizeTy >::LoadShM().

2084  {
2085  n->LoadShM(ShMIn);
2086  }
void LoadShM(TShMIn &ShMIn)
Constructs the vector from a shared memory input.
Definition: ds.h:932

Here is the call graph for this function:


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