SNAP Library 4.0, User Reference  2017-07-27 13:18:06
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 955 of file dt.h.

Constructor & Destructor Documentation

TVoid::TVoid ( )
inline

Definition at line 957 of file dt.h.

957 {}
TVoid::TVoid ( TSIn )
inline

Definition at line 958 of file dt.h.

958 {}

Member Function Documentation

int TVoid::GetMemUsed ( ) const
inline

Definition at line 966 of file dt.h.

966 {return sizeof(TVoid);}
TVoid()
Definition: dt.h:957
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 965 of file dt.h.

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

Definition at line 963 of file dt.h.

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

Definition at line 964 of file dt.h.

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

Definition at line 959 of file dt.h.

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