Variables Item Class.
More...
#include <Item.h>
Variables Item Class.
Definition at line 52 of file Item.h.
◆ double_val()
auto GCW::Dbo::Slots::Item::double_val |
( |
| ) |
const -> double |
|
inline |
◆ gdate_val()
auto GCW::Dbo::Slots::Item::gdate_val |
( |
| ) |
const -> const std::string & |
|
inline |
◆ guid_val()
auto GCW::Dbo::Slots::Item::guid_val |
( |
| ) |
const -> const std::string & |
|
inline |
◆ int64_val()
auto GCW::Dbo::Slots::Item::int64_val |
( |
| ) |
const -> long long |
|
inline |
◆ name()
auto GCW::Dbo::Slots::Item::name |
( |
| ) |
const -> const std::string & |
|
inline |
◆ numeric_val_denom()
auto GCW::Dbo::Slots::Item::numeric_val_denom |
( |
| ) |
const -> long long |
|
inline |
◆ numeric_val_num()
auto GCW::Dbo::Slots::Item::numeric_val_num |
( |
| ) |
const -> long long |
|
inline |
◆ obj_guid()
auto GCW::Dbo::Slots::Item::obj_guid |
( |
| ) |
const -> const std::string & |
|
inline |
◆ persist()
template<class Action >
void GCW::Dbo::Slots::Item::persist |
( |
Action & |
action | ) |
|
|
inline |
Definition at line 69 of file Item.h.
References GCW::Dbo::Entries::Field::action, GCW::Dbo::Slots::Field::double_val, GCW::Dbo::Slots::Field::gdate_val, GCW::Dbo::Slots::Field::guid_val, GCW::Dbo::Slots::Field::int64_val, m_double_val, m_gdate_val, m_guid_val, m_int64_val, m_name, m_numeric_val_denom, m_numeric_val_num, m_obj_guid, m_slot_type, m_string_val, m_timespec_val, GCW::Dbo::Slots::Field::name, GCW::Dbo::Slots::Field::numeric_val_denom, GCW::Dbo::Slots::Field::numeric_val_num, GCW::Dbo::Slots::Field::obj_guid, GCW::Dbo::Slots::Field::slot_type, GCW::Dbo::Slots::Field::string_val, and GCW::Dbo::Slots::Field::timespec_val.
◆ slot_type()
auto GCW::Dbo::Slots::Item::slot_type |
( |
| ) |
const -> int |
|
inline |
◆ string_val()
auto GCW::Dbo::Slots::Item::string_val |
( |
| ) |
const -> const std::string & |
|
inline |
◆ timespec_val()
auto GCW::Dbo::Slots::Item::timespec_val |
( |
| ) |
const -> const std::string & |
|
inline |
◆ m_double_val
double GCW::Dbo::Slots::Item::m_double_val |
|
private |
◆ m_gdate_val
std::string GCW::Dbo::Slots::Item::m_gdate_val |
|
private |
◆ m_guid_val
std::string GCW::Dbo::Slots::Item::m_guid_val |
|
private |
◆ m_int64_val
long long GCW::Dbo::Slots::Item::m_int64_val |
|
private |
◆ m_name
std::string GCW::Dbo::Slots::Item::m_name |
|
private |
◆ m_numeric_val_denom
long long GCW::Dbo::Slots::Item::m_numeric_val_denom |
|
private |
◆ m_numeric_val_num
long long GCW::Dbo::Slots::Item::m_numeric_val_num |
|
private |
◆ m_obj_guid
std::string GCW::Dbo::Slots::Item::m_obj_guid |
|
private |
◆ m_slot_type
int GCW::Dbo::Slots::Item::m_slot_type |
|
private |
◆ m_string_val
std::string GCW::Dbo::Slots::Item::m_string_val |
|
private |
◆ m_timespec_val
std::string GCW::Dbo::Slots::Item::m_timespec_val |
|
private |
The documentation for this class was generated from the following file: