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

Public Member Functions

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

Detailed Description

Definition at line 2071 of file network.h.

Constructor & Destructor Documentation

TNEANet::LoadHashOfVecFunctor::LoadHashOfVecFunctor ( )
inline

Definition at line 2073 of file network.h.

2073 {}

Member Function Documentation

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

Definition at line 2075 of file network.h.

2075  {
2076  LoadVecFunctor f;
2077  n->LoadShM(ShMIn, f);
2078  }
void LoadShM(TShMIn &ShMIn)
Load THash from shared memory file. Copying/Deleting Keys is illegal.
Definition: hash.h:157

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