SNAP Library , User Reference
2013-01-07 14:03:36
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 |
int TPt< TRec >::GetPrimHashCd | ( | ) | const [inline] |
int TPt< TRec >::GetSecHashCd | ( | ) | const [inline] |
TRec* TPt< TRec >::operator() | ( | ) | const [inline] |
TRec& TPt< TRec >::operator* | ( | ) | const [inline] |
TRec* TPt< TRec >::operator-> | ( | ) | const [inline] |
TRec& TPt< TRec >::operator[] | ( | const int & | RecN | ) | const [inline] |
Definition at line 33 of file xmlser.h.
{ if (Addr==NULL){ XSaveBETagArg(Nm, "Null", TBool::GetStr(true)); } else { XSaveHdArg(Nm, "Null", TBool::GetStr(false)); Addr->SaveXml(SOut, "-"); } }