|
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
|
Primitive class: Wrapper around primitive data types. More...
#include <table.h>
Public Member Functions | |
| TPrimitive () | |
| TPrimitive (const TInt &Val) | |
| TPrimitive (const TFlt &Val) | |
| TPrimitive (const TStr &Val) | |
| TPrimitive (const TPrimitive &Prim) | |
| TInt | GetInt () const |
| TFlt | GetFlt () const |
| TStr | GetStr () const |
| TAttrType | GetType () const |
Private Attributes | |
| TInt | IntVal |
| TFlt | FltVal |
| TStr | StrVal |
| TAttrType | AttrType |
|
inline |
Definition at line 219 of file table.h.
|
inline |
Definition at line 220 of file table.h.
|
inline |
Definition at line 221 of file table.h.
|
inline |
Definition at line 222 of file table.h.
|
inline |