List of all members.
Public Member Functions |
std::string | get (const std::string &key) const |
Detailed Description
Definition at line 40 of file Config.
Member Function Documentation
std::string osgEarth::Properties::get |
( |
const std::string & |
key | ) |
const [inline] |
Definition at line 41 of file Config.
{
std::map<std::string,std::string>::const_iterator i = find(key);
return i != end()? i->second : std::string();
}
The documentation for this struct was generated from the following file:
- /home/cube/sources/osgearth/src/osgEarth/Config