| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   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 |