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
networkmp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TNEANetMP
 Directed multigraph with node edge attributes. More...
 
class  TNEANetMP::TNode
 
class  TNEANetMP::TEdge
 
class  TNEANetMP::TNodeI
 Node iterator. Only forward iteration (operator++) is supported. More...
 
class  TNEANetMP::TEdgeI
 Edge iterator. Only forward iteration (operator++) is supported. More...
 
class  TNEANetMP::TAIntI
 Node/edge integer attribute iterator. Iterates through all nodes/edges for one integer attribute. More...
 
class  TNEANetMP::TAStrI
 Node/edge string attribute iterator. Iterates through all nodes/edges for one string attribute. More...
 
class  TNEANetMP::TAFltI
 Node/edge float attribute iterator. Iterates through all nodes/edges for one float attribute. More...
 
struct  TSnap::IsMultiGraph< TNEANetMP >
 
struct  TSnap::IsDirected< TNEANetMP >
 

Namespaces

 TSnap
 Main namespace for all the Snap global entities.
 

Typedefs

typedef TPt< TNEANetMPPNEANetMP
 Pointer to a directed attribute multigraph (TNEANetMP) More...
 

Typedef Documentation

Pointer to a directed attribute multigraph (TNEANetMP)

Definition at line 6 of file networkmp.h.