|
SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
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 |
Gets the crossnet id.
Definition at line 547 of file mmnet.h.
References CrossNetHI.
Referenced by GetCrossNet().

|
inline |
Gets the name of the crossnet.
Definition at line 549 of file mmnet.h.
References CrossNetHI, TMMNet::GetCrossName(), and Graph.

|
inline |
Gets a reference to the crossnet.
Definition at line 551 of file mmnet.h.
References GetCrossId(), TMMNet::GetCrossNetById(), and Graph.

|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 535 of file mmnet.h.
Referenced by GetCrossId(), GetCrossName(), operator++(), operator<(), operator=(), and operator==().
|
protected |
Definition at line 536 of file mmnet.h.
Referenced by GetCrossName(), GetCrossNet(), and operator=().