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
TNodeNet< TNodeData >::TNodeFunctor Class Reference

Public Member Functions

 TNodeFunctor ()
 
void operator() (TNode *n, TShMIn &ShMIn)
 

Detailed Description

template<class TNodeData>
class TNodeNet< TNodeData >::TNodeFunctor

Definition at line 147 of file network.h.

Constructor & Destructor Documentation

template<class TNodeData>
TNodeNet< TNodeData >::TNodeFunctor::TNodeFunctor ( )
inline

Definition at line 149 of file network.h.

149 {}

Member Function Documentation

template<class TNodeData>
void TNodeNet< TNodeData >::TNodeFunctor::operator() ( TNode n,
TShMIn ShMIn 
)
inline

Definition at line 150 of file network.h.

References TNodeNet< TNodeData >::TNode::LoadShM().

150 { n->LoadShM(ShMIn);}

Here is the call graph for this function:


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