|
SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 513 of file mmnet.h.
|
inline |
Gets a reference to the crossnet.
Definition at line 515 of file mmnet.h.
|
inline |
|
inline |
|
inline |
|
inline |