|
SNAP Library 2.2, User Reference
2014-03-11 19:15:55
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 |
| TRec* TAPt< TRec >::operator() | ( | ) | const [inline] |
| TRec& TAPt< TRec >::operator* | ( | ) | const [inline] |
| TRec* TAPt< TRec >::operator-> | ( | ) | const [inline] |
| TRec& TAPt< TRec >::operator[] | ( | const int & | RecN | ) | const [inline] |