Inherited by luwra::StateWrapper.
|
| | Table (const Reference &ref) |
| |
| | Table (State *state, int index) |
| |
| template<typename K > |
| internal::TableAccessor< internal::Path< const Reference &, K > > | access (K &&key) const |
| |
| template<typename K > |
| internal::TableAccessor< internal::Path< const Reference &, K > > | operator[] (K &&key) const |
| |
| void | update (const FieldVector &fields) const |
| |
| template<typename K > |
| bool | has (K &&key) const |
| |
| template<typename V , typename K > |
| void | set (K &&key, V &&value) const |
| |
| template<typename V , typename K > |
| V | get (K &&key) const |
| |
| luwra::Table::Table |
( |
State * |
state, |
|
|
int |
index |
|
) |
| |
|
inline |
template<typename K >
| internal::TableAccessor<internal::Path<const Reference&, K> > luwra::Table::access |
( |
K && |
key | ) |
const |
|
inline |
template<typename V , typename K >
| V luwra::Table::get |
( |
K && |
key | ) |
const |
|
inline |
template<typename K >
| bool luwra::Table::has |
( |
K && |
key | ) |
const |
|
inline |
template<typename K >
| internal::TableAccessor<internal::Path<const Reference&, K> > luwra::Table::operator[] |
( |
K && |
key | ) |
const |
|
inline |
template<typename V , typename K >
| void luwra::Table::set |
( |
K && |
key, |
|
|
V && |
value |
|
) |
| const |
|
inline |
| void luwra::Table::update |
( |
const FieldVector & |
fields | ) |
const |
|
inline |