SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
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 958 of file dt.h.

Constructor & Destructor Documentation

TVoid::TVoid ( )
inline

Definition at line 960 of file dt.h.

960 {}
TVoid::TVoid ( TSIn )
inline

Definition at line 961 of file dt.h.

961 {}

Member Function Documentation

int TVoid::GetMemUsed ( ) const
inline

Definition at line 969 of file dt.h.

969 {return sizeof(TVoid);}
TVoid()
Definition: dt.h:960
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 968 of file dt.h.

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

Definition at line 966 of file dt.h.

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

Definition at line 967 of file dt.h.

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

Definition at line 962 of file dt.h.

962 {}
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: