|
SNAP Library 4.1, User Reference
2018-07-26 16:30:42
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++ (int) |
| TNum | operator-- (int) |
| Base & | operator() () |
| int | GetMemUsed () const |
Public Attributes | |
| Base | Val |
|
inline |
|
inline |
|
inline |