|
SNAP Library 2.1, Developer Reference
2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#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 |
| TVoid & | operator= (const TVoid &) |
| bool | operator== (const TVoid &) const |
| bool | operator< (const TVoid &) const |
| int | GetMemUsed () const |
| TVoid::TVoid | ( | ) | [inline] |
Definition at line 867 of file dt.h.
Referenced by GetMemUsed().
{}

| TVoid::TVoid | ( | TSIn & | ) | [inline] |
| int TVoid::GetMemUsed | ( | ) | const [inline] |
| void TVoid::LoadXml | ( | const PXmlTok & | XmlTok, |
| const TStr & | Nm | ||
| ) |
| bool TVoid::operator< | ( | const TVoid & | ) | const [inline] |
| bool TVoid::operator== | ( | const TVoid & | ) | const [inline] |
| void TVoid::Save | ( | TSOut & | ) | const [inline] |
| void TVoid::SaveXml | ( | TSOut & | SOut, |
| const TStr & | Nm | ||
| ) | const |