Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::LinuxRegistry Class Reference

#include <LinuxRegistry.h>

Inheritance diagram for VCF::LinuxRegistry:

VCF::Object VCF::RegistryPeer List of all members.

Public Member Functions

 LinuxRegistry ()
virtual ~LinuxRegistry ()
virtual void setRoot (const RegistryKeyType &rootKey)
virtual RegistryKeyType getRoot ()
virtual bool openKey (const String &keyname, const bool &createIfNonExistant)
virtual bool setValue (const String &value, const String &valuename)
virtual bool setValue (const uint32 &value, const String &valuename)
virtual bool setValue (const bool &value, const String &valuename)
virtual bool setValue (void *dataBuffer, const uint32 &dataBufferSize, const String &valuename)
virtual bool getStringValue (const String &valuename, String &value)
virtual bool getIntValue (const String &valuename, uint32 &value)
virtual bool getBoolValue (const String &valuename, bool &value)
virtual bool getDataBufValue (const String &valuename, uint32 &dataBufferSize, void **dataBuffer)
virtual Enumerator< String > * getKeyNames ()
virtual Enumerator< RegistryValueInfo * > * getValues ()
virtual String getCurrentKey ()

Constructor & Destructor Documentation

VCF::LinuxRegistry::LinuxRegistry  ) 
 

virtual VCF::LinuxRegistry::~LinuxRegistry  )  [virtual]
 


Member Function Documentation

virtual bool VCF::LinuxRegistry::getBoolValue const String valuename,
bool &  value
[virtual]
 

Implements VCF::RegistryPeer.

virtual String VCF::LinuxRegistry::getCurrentKey  )  [virtual]
 

Implements VCF::RegistryPeer.

virtual bool VCF::LinuxRegistry::getDataBufValue const String valuename,
uint32 dataBufferSize,
void **  dataBuffer
[virtual]
 

Implements VCF::RegistryPeer.

virtual bool VCF::LinuxRegistry::getIntValue const String valuename,
uint32 value
[virtual]
 

Implements VCF::RegistryPeer.

virtual Enumerator<String>* VCF::LinuxRegistry::getKeyNames  )  [virtual]
 

Implements VCF::RegistryPeer.

virtual RegistryKeyType VCF::LinuxRegistry::getRoot  )  [virtual]
 

Implements VCF::RegistryPeer.

virtual bool VCF::LinuxRegistry::getStringValue const String valuename,
String value
[virtual]
 

Implements VCF::RegistryPeer.

virtual Enumerator<RegistryValueInfo*>* VCF::LinuxRegistry::getValues  )  [virtual]
 

Implements VCF::RegistryPeer.

virtual bool VCF::LinuxRegistry::openKey const String keyname,
const bool &  createIfNonExistant
[virtual]
 

Implements VCF::RegistryPeer.

virtual void VCF::LinuxRegistry::setRoot const RegistryKeyType rootKey  )  [virtual]
 

Implements VCF::RegistryPeer.

virtual bool VCF::LinuxRegistry::setValue void *  dataBuffer,
const uint32 dataBufferSize,
const String valuename
[virtual]
 

Implements VCF::RegistryPeer.

virtual bool VCF::LinuxRegistry::setValue const bool &  value,
const String valuename
[virtual]
 

Implements VCF::RegistryPeer.

virtual bool VCF::LinuxRegistry::setValue const uint32 value,
const String valuename
[virtual]
 

Implements VCF::RegistryPeer.

virtual bool VCF::LinuxRegistry::setValue const String value,
const String valuename
[virtual]
 

Implements VCF::RegistryPeer.


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information