SNAP Library 6.0, User Reference
2020-12-09 16:24:20
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 |