| 
    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 
   | 
 
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.
Referenced by GetCrossNet().

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

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

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