|
SNAP Library 4.0, Developer 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 |
|
inline |
Definition at line 227 of file table.h.
References FltVal.
Referenced by TRowIterator::CompareAtomicConst(), and TRowIteratorWithRemove::CompareAtomicConst().

|
inline |
Definition at line 226 of file table.h.
References IntVal.
Referenced by TRowIterator::CompareAtomicConst(), and TRowIteratorWithRemove::CompareAtomicConst().

|
inline |
Definition at line 228 of file table.h.
References StrVal.
Referenced by TRowIterator::CompareAtomicConst(), TRowIteratorWithRemove::CompareAtomicConst(), and TTable::SelectAtomicConst().

|
inline |
Definition at line 229 of file table.h.
References AttrType.
Referenced by TRowIterator::CompareAtomicConst(), TRowIteratorWithRemove::CompareAtomicConst(), and TTable::SelectAtomicConst().

|
private |