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

Public Member Functions

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

Detailed Description

Definition at line 2098 of file network.h.

Constructor & Destructor Documentation

TNEANet::LoadHashOfVecFunctor::LoadHashOfVecFunctor ( )
inline

Definition at line 2100 of file network.h.

2100 {}

Member Function Documentation

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

Definition at line 2102 of file network.h.

2102  {
2103  LoadVecFunctor f;
2104  n->LoadShM(ShMIn, f);
2105  }
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: