#include <DbVar.h>
◆ ~DbVar()
◆ DbVar() [1/4]
◆ DbVar() [2/4]
ehs::DbVar::DbVar |
( |
UInt_64 |
hashId, |
|
|
const DbVarTmpl * |
master |
|
) |
| |
◆ DbVar() [3/4]
ehs::DbVar::DbVar |
( |
DbVar && |
var | ) |
|
|
noexcept |
◆ DbVar() [4/4]
ehs::DbVar::DbVar |
( |
const DbVar & |
var | ) |
|
◆ GetHashId()
UInt_64 ehs::DbVar::GetHashId |
( |
| ) |
const |
◆ GetSize()
UInt_64 ehs::DbVar::GetSize |
( |
| ) |
const |
◆ GetValue()
template<typename T >
T ehs::DbVar::GetValue |
( |
| ) |
const |
|
inline |
◆ GetValueArray()
template<typename T >
T * ehs::DbVar::GetValueArray |
( |
| ) |
const |
|
inline |
◆ GetValueStr()
template<typename T = Char_8, typename I = UInt_64>
Str< T, I > ehs::DbVar::GetValueStr |
( |
| ) |
const |
|
inline |
◆ operator Byte *()
ehs::DbVar::operator Byte * |
( |
| ) |
const |
|
explicit |
◆ operator=() [1/2]
DbVar & ehs::DbVar::operator= |
( |
const DbVar & |
var | ) |
|
◆ operator=() [2/2]
◆ SetValue()
template<typename T >
void ehs::DbVar::SetValue |
( |
const Byte * |
newValue | ) |
|
|
inline |
◆ SetValueArray()
template<typename T >
void ehs::DbVar::SetValueArray |
( |
const T *const |
newValue, |
|
|
const UInt_64 |
newSize |
|
) |
| |
|
inline |
◆ SetValueStr() [1/2]
template<typename T = Char_8, typename I = UInt_64>
void ehs::DbVar::SetValueStr |
( |
const Str< T, I > & |
newValue | ) |
|
|
inline |
◆ SetValueStr() [2/2]
template<typename T = Char_8>
void ehs::DbVar::SetValueStr |
( |
const T *const |
newValue | ) |
|
|
inline |
◆ DbObject
The documentation for this class was generated from the following files: