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 <bd.h>
Public Types | |
typedef TRec | TObj |
Public Member Functions | |
TPt () | |
TPt (const TPt &Pt) | |
TPt (TRec *_Addr) | |
~TPt () | |
TPt (TSIn &SIn) | |
TPt (TSIn &SIn, void *ThisPt) | |
void | Save (TSOut &SOut) const |
void | LoadXml (const TPt< TXmlTok > &XmlTok, const TStr &Nm) |
void | SaveXml (TSOut &SOut, const TStr &Nm) const |
TPt & | operator= (const TPt &Pt) |
bool | operator== (const TPt &Pt) const |
bool | operator!= (const TPt &Pt) const |
bool | operator< (const TPt &Pt) const |
TRec * | operator-> () const |
TRec & | operator* () const |
TRec & | operator[] (const int &RecN) const |
TRec * | operator() () const |
bool | Empty () const |
void | Clr () |
int | GetRefs () const |
int | GetPrimHashCd () const |
int | GetSecHashCd () const |
TPt< TRec > | Clone () |
Static Public Member Functions | |
static TPt | New () |
Private Member Functions | |
void | MkRef () const |
void | UnRef () const |
Private Attributes | |
TRec * | Addr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 21 of file xmlser.h.
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |