RegistryValueList represents a value list of the specified type.
More...
#include <registry.hxx>
template<class ValueType>
class RegistryValueList< ValueType >
RegistryValueList represents a value list of the specified type.
RegistryValueList is a helper class to work with a list value.
template<class ValueType>
template<class ValueType>
Destructor, the internal value list will be freed.
template<class ValueType>
returns the value of the list specified by index.
template<class ValueType>
returns the length of the list.
template<class ValueType>
sets the data of the value list.
- Parameters
-
registry | specifies the registry files where the appropriate key is located. |
valueType | specifies the type of the list values. |
pValueList | points to a value list. |
length | specifies the length of the list. |
template<class ValueType>
template<class ValueType>
stores the length of the list, the number of elements.
template<class ValueType>
template<class ValueType>
stores the handle to the registry file where the appropriate key to this value is located.
template<class ValueType>
stores the type of the list elements
The documentation for this class was generated from the following file: