![]() |
OpenZWave Library
1.5.4
|
Container that holds all of the values associated with a given node. More...
#include <ValueStore.h>
Public Types | |
typedef map< uint32, Value * > ::const_iterator | Iterator |
Public Member Functions | |
Iterator | Begin () |
Iterator | End () |
ValueStore () | |
~ValueStore () | |
bool | AddValue (Value *_value) |
bool | RemoveValue (uint32 const &_key) |
Value * | GetValue (uint32 const &_key) const |
void | RemoveCommandClassValues (uint8 const _commandClassId) |
Container that holds all of the values associated with a given node.
typedef map<uint32,Value*>::const_iterator OpenZWave::ValueStore::Iterator |
|
inline |
ValueStore::~ValueStore | ( | ) |
bool ValueStore::AddValue | ( | Value * | _value | ) |
|
inline |
|
inline |
void ValueStore::RemoveCommandClassValues | ( | uint8 const | _commandClassId | ) |
bool ValueStore::RemoveValue | ( | uint32 const & | _key | ) |