SNAP Library 6.0, User Reference
2020-12-09 16:24:20
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 |