SNAP Library, Developer Reference
2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
|
#include <dt.h>
Public Member Functions | |
TAscFlt () | |
TAscFlt (const double &Val) | |
TAscFlt (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
TAscFlt::TAscFlt | ( | ) | [inline] |
TAscFlt::TAscFlt | ( | const double & | Val | ) | [inline] |
TAscFlt::TAscFlt | ( | TSIn & | SIn | ) | [inline, explicit] |
void TAscFlt::Save | ( | TSOut & | SOut | ) | const [inline] |
Reimplemented from TFlt.
Definition at line 1365 of file dt.h.
Referenced by Save().
{TFlt::Save(SOut, true);}