|
|
using | size_type = std::vector< Binding >::size_type |
| |
|
using | iterator = std::vector< Binding >::iterator |
| |
|
using | const_iterator = std::vector< Binding >::const_iterator |
| |
|
|
bool | add (const Binding &binding) |
| | Adds the binding into the table if it not already exists.
|
| |
|
bool | remove (const Binding &binding) |
| | Removes the binding from the table.
|
| |
|
size_type | size () const |
| |
|
bool | contains (const Binding &binding) const |
| |
|
const_iterator | const_begin () const |
| |
|
const_iterator | const_end () const |
| |
|
const_iterator | cbegin () const |
| |
|
const_iterator | cend () const |
| |
|
iterator | begin () |
| |
|
iterator | end () |
| |
|
void | clearOldBindings () |
| |
|
void | setResponseIndex0TimeRef (deCONZ::SteadyTimeRef t) |
| |
The documentation for this class was generated from the following files:
- /home/mpi/src/deconz-lib/deconz/binding_table.h
- /home/mpi/src/deconz-lib/binding_table.cpp