osgEarth 2.1.1
Public Member Functions | Private Attributes

osgEarth::CacheSpec Struct Reference

List of all members.

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

Detailed Description

Cache specification is a pairing of cache ID and cache format.

Definition at line 185 of file Caching.


Constructor & Destructor Documentation

osgEarth::CacheSpec::CacheSpec ( ) [inline]

Definition at line 187 of file Caching.

{ }
osgEarth::CacheSpec::CacheSpec ( const std::string &  cacheId,
const std::string &  format,
const std::string &  name = "" 
) [inline]

Definition at line 188 of file Caching.


Member Function Documentation

const std::string& osgEarth::CacheSpec::cacheId ( ) const [inline]

Definition at line 193 of file Caching.

{ return _cacheId; }

Here is the caller graph for this function:

bool osgEarth::CacheSpec::empty ( ) const [inline]

Definition at line 191 of file Caching.

{ return _cacheId.empty(); }
const std::string& osgEarth::CacheSpec::format ( ) const [inline]

Definition at line 194 of file Caching.

{ return _format; }

Here is the caller graph for this function:

const std::string& osgEarth::CacheSpec::name ( ) const [inline]

Definition at line 195 of file Caching.

{ return _name; }

Here is the caller graph for this function:


Member Data Documentation

std::string osgEarth::CacheSpec::_cacheId [private]

Definition at line 198 of file Caching.

std::string osgEarth::CacheSpec::_format [private]

Definition at line 199 of file Caching.

std::string osgEarth::CacheSpec::_name [private]

Definition at line 200 of file Caching.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines