SNAP Library 2.1, User Reference  2013-09-25 10:47:25
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 865 of file dt.h.


Constructor & Destructor Documentation

TVoid::TVoid ( ) [inline]

Definition at line 867 of file dt.h.

{}
TVoid::TVoid ( TSIn ) [inline]

Definition at line 868 of file dt.h.

{}

Member Function Documentation

int TVoid::GetMemUsed ( ) const [inline]

Definition at line 876 of file dt.h.

{return sizeof(TVoid);}
void TVoid::LoadXml ( const PXmlTok XmlTok,
const TStr Nm 
)

Definition at line 1811 of file dt.cpp.

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

Definition at line 875 of file dt.h.

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

Definition at line 873 of file dt.h.

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

Definition at line 874 of file dt.h.

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

Definition at line 869 of file dt.h.

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

Definition at line 1815 of file dt.cpp.

                                                     {
  XSaveBETag(Nm);
}

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