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
TCrossNet::TLoadVecInit Class Reference

Public Member Functions

 TLoadVecInit ()
 
template<typename TElem >
void operator() (TVec< TElem > *Node, TShMIn &ShMIn)
 

Detailed Description

Definition at line 255 of file mmnet.h.

Constructor & Destructor Documentation

TCrossNet::TLoadVecInit::TLoadVecInit ( )
inline

Definition at line 257 of file mmnet.h.

257 {}

Member Function Documentation

template<typename TElem >
void TCrossNet::TLoadVecInit::operator() ( TVec< TElem > *  Node,
TShMIn ShMIn 
)
inline

Definition at line 259 of file mmnet.h.

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

259  {
260  Node->LoadShM(ShMIn);
261  }
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: