RegistryValueList represents a value list of the specified type.
More...
#include <registry.hxx>
Public Member Functions |
| RegistryValueList () |
| Default constructor.
|
| ~RegistryValueList () |
| Destructor, the internal value list will be freed.
|
ValueType | getElement (sal_uInt32 index) |
| returns the value of the list specified by index.
|
sal_uInt32 | getLength () |
| returns the length of the list.
|
Protected Member Functions |
void | setValueList (Registry ®istry, RegValueType valueType, ValueType *pValueList, sal_uInt32 length) |
| sets the data of the value list.
|
Protected Attributes |
sal_uInt32 | m_length |
| stores the length of the list, the number of elements.
|
ValueType * | m_pValueList |
| stores the value list.
|
RegValueType | m_valueType |
| stores the type of the list elements
|
Registry | m_registry |
| stores the handle to the registry file where the appropriate key to this value is located.
|
Detailed Description
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.
Constructor & Destructor Documentation
template<class ValueType>
template<class ValueType>
Destructor, the internal value list will be freed.
Member Function Documentation
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. |
Friends And Related Function Documentation
template<class ValueType>
Member Data Documentation
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: