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
|
TCrossNet iterator. Only forward iteration (operator++) is supported. More...
#include <mmnet.h>
Public Member Functions | |
TCrossNetI () | |
TCrossNetI (const THashIter &CrossNetHIter, const TMMNet *GraphPt) | |
TCrossNetI (const TCrossNetI &CrossNetI) | |
TCrossNetI & | operator= (const TCrossNetI &CrossNetI) |
TCrossNetI & | operator++ (int) |
Increments iterator. More... | |
bool | operator< (const TCrossNetI &CrossNetI) const |
bool | operator== (const TCrossNetI &CrossNetI) const |
int | GetCrossId () |
Gets the crossnet id. More... | |
TStr | GetCrossName () |
Gets the name of the crossnet. More... | |
TCrossNet & | GetCrossNet () |
Gets a reference to the crossnet. More... | |
Protected Types | |
typedef THash< TInt, TCrossNet >::TIter | THashIter |
Protected Attributes | |
THashIter | CrossNetHI |
const TMMNet * | Graph |
Friends | |
class | TMMNet |
TCrossNet iterator. Only forward iteration (operator++) is supported.
|
protected |
|
inline |
|
inline |
|
inline |
Gets the name of the crossnet.
Definition at line 549 of file mmnet.h.
|
inline |
Gets a reference to the crossnet.
Definition at line 551 of file mmnet.h.
|
inline |
|
inline |
|
inline |
|
inline |