NCBI C++ ToolKit
|
Process information in the NCBI Registry, including working with configuration files. More...
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IRegistry |
IRegistry –. More... | |
class | IRWRegistry |
IRWRegistry –. More... | |
class | CMemoryRegistry |
CMemoryRegistry –. More... | |
struct | CMemoryRegistry::SEntry |
struct | CMemoryRegistry::SSection |
class | CCompoundRegistry |
CCompoundRegistry –. More... | |
class | CTwoLayerRegistry |
CTwoLayerRegistry –. More... | |
class | CCompoundRWRegistry |
CCompoundRWRegistry –. More... | |
class | CNcbiRegistry |
CNcbiRegistry –. More... | |
class | CRegistryException |
CRegistryException –. More... | |
class | CRegistryReadGuard |
CRegistry{Read,Write}Guard –. More... | |
Typedefs | |
typedef CGuard< IRegistry, SSimpleWriteLock< IRegistry > > | CRegistryWriteGuard |
Process information in the NCBI Registry, including working with configuration files.
Classes to perform NCBI Registry operations including:
The Registry is defined as a text file with sections and entries in the form of "name=value" strings in each section.
For an explanation of the syntax of the Registry file, see the C++ Toolkit documentation.
Definition in file ncbireg.hpp.