|
SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 228 of file table.h.
|
inline |
Definition at line 229 of file table.h.
|
inline |
Definition at line 230 of file table.h.
|
inline |
Definition at line 231 of file table.h.
|
inline |