#include <env_reg.hpp>
Inheritance diagram for IEnvRegMapper:


Abstract policy class mediating conversions between environment variable names and registry entry names.
Definition at line 56 of file env_reg.hpp.
Public Member Functions | |
| virtual string | RegToEnv (const string §ion, const string &name) const =0 |
| Returns empty strings for unsupported (section, name) pairs. | |
| virtual bool | EnvToReg (const string &env, string §ion, string &name) const =0 |
| The return value indicates whether the environment variable was appropriately formatted. | |
| virtual string | GetPrefix (void) const |
| Can be overriden to speed enumeration. | |
|
||||||||||||||||
|
The return value indicates whether the environment variable was appropriately formatted.
Implemented in CSimpleEnvRegMapper, and CNcbiEnvRegMapper. |
|
|
Can be overriden to speed enumeration.
Reimplemented in CSimpleEnvRegMapper, and CNcbiEnvRegMapper. Definition at line 69 of file env_reg.hpp. References kEmptyStr. |
|
||||||||||||
|
Returns empty strings for unsupported (section, name) pairs.
Implemented in CSimpleEnvRegMapper, and CNcbiEnvRegMapper. |
1.4.6
Modified on Wed Dec 09 08:20:13 2009 by modify_doxy.py rev. 173732