SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <ds.h>
Public Member Functions | |
TAPt () | |
TAPt (const TAPt &Pt) | |
TAPt (TRec *_Addr) | |
TAPt (TSIn &) | |
void | Save (TSOut &) const |
TAPt & | operator= (const TAPt &Pt) |
TAPt & | operator= (TRec *_Addr) |
bool | operator== (const TAPt &Pt) const |
bool | operator!= (const TAPt &Pt) const |
bool | operator< (const TAPt &Pt) const |
TRec * | operator-> () const |
TRec & | operator* () const |
TRec & | operator[] (const int &RecN) const |
TRec * | operator() () const |
bool | Empty () const |
Private Attributes | |
TRec * | Addr |
|
inline |
|
inline |
|
inline |
|
inline |