osgEarth 2.1.1
|
Public Member Functions | |
CacheSpec () | |
CacheSpec (const std::string &cacheId, const std::string &format, const std::string &name="") | |
bool | empty () const |
const std::string & | cacheId () const |
const std::string & | format () const |
const std::string & | name () const |
Private Attributes | |
std::string | _cacheId |
std::string | _format |
std::string | _name |
Cache specification is a pairing of cache ID and cache format.
osgEarth::CacheSpec::CacheSpec | ( | const std::string & | cacheId, |
const std::string & | format, | ||
const std::string & | name = "" |
||
) | [inline] |
const std::string& osgEarth::CacheSpec::cacheId | ( | ) | const [inline] |
bool osgEarth::CacheSpec::empty | ( | ) | const [inline] |
const std::string& osgEarth::CacheSpec::format | ( | ) | const [inline] |
const std::string& osgEarth::CacheSpec::name | ( | ) | const [inline] |
std::string osgEarth::CacheSpec::_cacheId [private] |
std::string osgEarth::CacheSpec::_format [private] |
std::string osgEarth::CacheSpec::_name [private] |