SNAP Library 3.0, Developer 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 |
|
inline |
Definition at line 236 of file table.h.
References FltVal.
Referenced by TRowIterator::CompareAtomicConst(), and TRowIteratorWithRemove::CompareAtomicConst().
|
inline |
Definition at line 235 of file table.h.
References IntVal.
Referenced by TRowIterator::CompareAtomicConst(), and TRowIteratorWithRemove::CompareAtomicConst().
|
inline |
Definition at line 237 of file table.h.
References StrVal.
Referenced by TRowIterator::CompareAtomicConst(), TRowIteratorWithRemove::CompareAtomicConst(), and TTable::SelectAtomicConst().
|
inline |
Definition at line 238 of file table.h.
References AttrType.
Referenced by TRowIterator::CompareAtomicConst(), TRowIteratorWithRemove::CompareAtomicConst(), and TTable::SelectAtomicConst().
|
private |