Lines Matching refs:RegistryValueImpl
48 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, int Value) : in RegistryValueImpl() function in RegistryValueImpl
58 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, const std::wstring& Value) : in RegistryValueImpl() function in RegistryValueImpl
69 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, const std::string& Value) : in RegistryValueImpl() function in RegistryValueImpl
78 RegistryValueImpl::RegistryValueImpl(const RegistryValueImpl& s) : in RegistryValueImpl() function in RegistryValueImpl
89 RegistryValueImpl::~RegistryValueImpl() in ~RegistryValueImpl()
100 std::wstring RegistryValueImpl::GetName() const in GetName()
108 size_t RegistryValueImpl::GetDataSize() const in GetDataSize()
124 const void* RegistryValueImpl::GetDataBuffer() const in GetDataBuffer()
139 std::wstring RegistryValueImpl::GetDataAsUniString() const in GetDataAsUniString()
148 std::string RegistryValueImpl::GetDataAsAnsiString() const in GetDataAsAnsiString()
157 int RegistryValueImpl::GetDataAsInt() const in GetDataAsInt()
166 int RegistryValueImpl::GetType() const in GetType()
180 void RegistryValueImpl::SetName(const std::wstring& NewName) in SetName()
188 void RegistryValueImpl::SetValue(const std::wstring& NewValue) in SetValue()
197 void RegistryValueImpl::SetValue(const std::string& NewValue) in SetValue()
206 void RegistryValueImpl::SetValue(int NewValue) in SetValue()