|
SNAP Library 2.4, User Reference
2015-05-11 19:40:56
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 <network.h>
Public Member Functions | |
| TAStrI () | |
| TAStrI (const TStrVecIter &HIter, TStr attribute, bool isEdgeIter, const TNEANet *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 TNEANet * | Graph |
Friends | |
| class | TNEANet |
Node/edge string attribute iterator. Iterates through all nodes/edges for one string attribute.
|
private |
|
inline |
|
inline |
|
inline |
Returns true if the attribute has been deleted.
Definition at line 1779 of file network.h.
|
inline |
|
inline |
|
private |