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
|
#include <dt.h>
Public Member Functions | |
TNum () | |
TNum (const Base &_Val) | |
operator Base () const | |
TNum (TSIn &SIn) | |
void | Load (TSIn &SIn) |
void | Save (TSOut &SOut) const |
TNum & | operator= (const TNum &Other) |
TNum & | operator= (const Base &_Val) |
TNum & | operator++ () |
TNum & | operator-- () |
TNum | operator++ (Base) |
TNum | operator-- (Base) |
Base & | operator() () |
int | GetMemUsed () const |
Public Attributes | |
Base | Val |
|
inline |
|
inline |
|
inline |