deCONZ C++ API v2.6.1
Loading...
Searching...
No Matches
deCONZ::BindingTable Class Reference

Public Types

using size_type = std::vector< Binding >::size_type
 
using iterator = std::vector< Binding >::iterator
 
using const_iterator = std::vector< Binding >::const_iterator
 

Public Member Functions

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: