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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TVoid Class Reference

#include <dt.h>

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.

867 {}
TVoid::TVoid ( TSIn )
inline

Definition at line 868 of file dt.h.

868 {}

Member Function Documentation

int TVoid::GetMemUsed ( ) const
inline

Definition at line 876 of file dt.h.

876 {return sizeof(TVoid);}
TVoid()
Definition: dt.h:867
void TVoid::LoadXml ( const PXmlTok XmlTok,
const TStr Nm 
)

Definition at line 1811 of file dt.cpp.

1811  {
1812  XLoadHd(Nm);
1813 }
#define XLoadHd(Nm)
Definition: bd.h:312
bool TVoid::operator< ( const TVoid ) const
inline

Definition at line 875 of file dt.h.

875 {Fail; return false;}
#define Fail
Definition: bd.h:238
TVoid& TVoid::operator= ( const TVoid )
inline

Definition at line 873 of file dt.h.

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

Definition at line 874 of file dt.h.

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

Definition at line 869 of file dt.h.

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

Definition at line 1815 of file dt.cpp.

1815  {
1816  XSaveBETag(Nm);
1817 }
#define XSaveBETag(Nm)
Definition: bd.h:324

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