| 
    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 string attribute iterator. Iterates through all nodes/edges for one string attribute. More...
#include <networkmp.h>

Public Member Functions | |
| TAStrI () | |
| TAStrI (const TStrVecIter &HIter, TStr attribute, bool isEdgeIter, const TNEANetMP *GraphPt) | |
| TAStrI (const TAStrI &I) | |
| TAStrI & | operator= (const TAStrI &I) | 
| bool | operator< (const TAStrI &I) const | 
| bool | operator== (const TAStrI &I) const | 
| TStr | GetDat () const | 
| Returns an attribute of the node.  More... | |
| bool | IsDeleted () const | 
| Returns true if the attribute has been deleted.  More... | |
| TAStrI & | operator++ (int) | 
Private Types | |
| typedef TStrV::TIter | TStrVecIter | 
Private Attributes | |
| TStrVecIter | HI | 
| bool | isNode | 
| TStr | attr | 
| const TNEANetMP * | Graph | 
Friends | |
| class | TNEANetMP | 
Node/edge string attribute iterator. Iterates through all nodes/edges for one string attribute.
Definition at line 202 of file networkmp.h.
      
  | 
  private | 
Definition at line 204 of file networkmp.h.
      
  | 
  inline | 
Definition at line 210 of file networkmp.h.
      
  | 
  inline | 
Definition at line 211 of file networkmp.h.
      
  | 
  inline | 
      
  | 
  inline | 
Returns an attribute of the node.
Definition at line 217 of file networkmp.h.
Referenced by IsDeleted().

      
  | 
  inline | 
Returns true if the attribute has been deleted.
Definition at line 219 of file networkmp.h.
References GetDat(), TNEANetMP::GetStrAttrDefaultE(), and TNEANetMP::GetStrAttrDefaultN().

      
  | 
  inline | 
Definition at line 220 of file networkmp.h.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  friend | 
Definition at line 221 of file networkmp.h.
      
  | 
  private | 
Definition at line 207 of file networkmp.h.
Referenced by operator=().
      
  | 
  private | 
Definition at line 208 of file networkmp.h.
Referenced by operator=().
      
  | 
  private | 
Definition at line 205 of file networkmp.h.
Referenced by operator<(), operator=(), and operator==().
      
  | 
  private | 
Definition at line 206 of file networkmp.h.
Referenced by operator=(), and TAStrI().