OmniSciDB
cde582ebc3
|
#include <heavydbTypes.h>
Public Member Functions | |
TextEncodingDict (const int32_t other) | |
TextEncodingDict () | |
operator int32_t () const | |
TextEncodingDict | operator= (const int32_t other) |
DEVICE ALWAYS_INLINE bool | operator== (const TextEncodingDict &other) const |
DEVICE ALWAYS_INLINE bool | operator== (const int32_t &other) const |
DEVICE ALWAYS_INLINE bool | operator== (const int64_t &other) const |
DEVICE ALWAYS_INLINE bool | operator!= (const TextEncodingDict &other) const |
DEVICE ALWAYS_INLINE bool | operator!= (const int32_t &other) const |
DEVICE ALWAYS_INLINE bool | operator!= (const int64_t &other) const |
DEVICE ALWAYS_INLINE bool | operator< (const TextEncodingDict &other) const |
DEVICE ALWAYS_INLINE bool | operator< (const int32_t &other) const |
DEVICE ALWAYS_INLINE bool | operator< (const int64_t &other) const |
Public Attributes | |
int32_t | value |
Definition at line 75 of file heavydbTypes.h.
|
inline |
Definition at line 79 of file heavydbTypes.h.
|
inline |
Definition at line 80 of file heavydbTypes.h.
|
inline |
|
inline |
Definition at line 102 of file heavydbTypes.h.
References operator==().
|
inline |
Definition at line 105 of file heavydbTypes.h.
References operator==().
|
inline |
Definition at line 109 of file heavydbTypes.h.
References operator==().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 90 of file heavydbTypes.h.
References value.
Referenced by operator!=().
|
inline |
|
inline |
int32_t TextEncodingDict::value |
Definition at line 76 of file heavydbTypes.h.
Referenced by inline_null_value(), operator int32_t(), operator<(), operator=(), and operator==().