SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TTable::TLoadVecInit Class Reference

Public Member Functions

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

Detailed Description

Definition at line 891 of file table.h.

Constructor & Destructor Documentation

TTable::TLoadVecInit::TLoadVecInit ( )
inline

Definition at line 893 of file table.h.

893 {}

Member Function Documentation

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

Definition at line 895 of file table.h.

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