| 
    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 
   | 
 
Node/edge integer attribute iterator. Iterates through all nodes/edges for one integer attribute. More...
#include <mmnet.h>

Public Member Functions | |
| TAIntI () | |
| TAIntI (const TIntVecIter &HIter, TStr attribute, const TCrossNet *GraphPt) | |
| TAIntI (const TAIntI &I) | |
| TAIntI & | operator= (const TAIntI &I) | 
| bool | operator< (const TAIntI &I) const | 
| bool | operator== (const TAIntI &I) const | 
| TInt | GetDat () const | 
| Returns an attribute of the node.  More... | |
| bool | IsDeleted () const | 
| Returns true if the attribute has been deleted.  More... | |
| TAIntI & | operator++ (int) | 
Private Types | |
| typedef TIntV::TIter | TIntVecIter | 
Private Attributes | |
| TIntVecIter | HI | 
| TStr | attr | 
| const TCrossNet * | Graph | 
Friends | |
| class | TCrossNet | 
Node/edge integer attribute iterator. Iterates through all nodes/edges for one integer attribute.
      
  | 
  private | 
      
  | 
  inline | 
      
  | 
  inline | 
Returns an attribute of the node.
Definition at line 204 of file mmnet.h.
Referenced by IsDeleted().

      
  | 
  inline | 
Returns true if the attribute has been deleted.
Definition at line 206 of file mmnet.h.
References GetDat(), and TCrossNet::GetIntAttrDefaultE().

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private | 
Definition at line 194 of file mmnet.h.
Referenced by operator=().
      
  | 
  private | 
Definition at line 195 of file mmnet.h.
Referenced by operator=().
      
  | 
  private | 
Definition at line 193 of file mmnet.h.
Referenced by operator<(), operator=(), and operator==().