SNAP Library , Developer Reference  2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TVoid Class Reference

#include <dt.h>

List of all members.

Public Member Functions

 TVoid ()
 TVoid (TSIn &)
void Save (TSOut &) const
void LoadXml (const PXmlTok &XmlTok, const TStr &Nm)
void SaveXml (TSOut &SOut, const TStr &Nm) const
TVoidoperator= (const TVoid &)
bool operator== (const TVoid &) const
bool operator< (const TVoid &) const
int GetMemUsed () const

Detailed Description

Definition at line 857 of file dt.h.


Constructor & Destructor Documentation

TVoid::TVoid ( ) [inline]

Definition at line 859 of file dt.h.

Referenced by GetMemUsed().

{}

Here is the caller graph for this function:

TVoid::TVoid ( TSIn ) [inline]

Definition at line 860 of file dt.h.

{}

Member Function Documentation

int TVoid::GetMemUsed ( ) const [inline]

Definition at line 868 of file dt.h.

References TVoid().

{return sizeof(TVoid);}

Here is the call graph for this function:

void TVoid::LoadXml ( const PXmlTok XmlTok,
const TStr Nm 
)

Definition at line 1780 of file dt.cpp.

References XLoadHd.

                                                        {
  XLoadHd(Nm);
}
bool TVoid::operator< ( const TVoid ) const [inline]

Definition at line 867 of file dt.h.

References Fail.

{Fail; return false;}
TVoid& TVoid::operator= ( const TVoid ) [inline]

Definition at line 865 of file dt.h.

{return *this;}
bool TVoid::operator== ( const TVoid ) const [inline]

Definition at line 866 of file dt.h.

{return true;}
void TVoid::Save ( TSOut ) const [inline]

Definition at line 861 of file dt.h.

{}
void TVoid::SaveXml ( TSOut SOut,
const TStr Nm 
) const

Definition at line 1784 of file dt.cpp.

References XSaveBETag.

                                                     {
  XSaveBETag(Nm);
}

The documentation for this class was generated from the following files: