osgEarth 2.1.1
Public Member Functions | Public Attributes

osgEarth::CacheStats Class Reference

List of all members.

Public Member Functions

 CacheStats (unsigned entries, unsigned maxEntries, unsigned queries, float hitRatio)

Public Attributes

unsigned _entries
unsigned _maxEntries
unsigned _queries
float _hitRatio

Detailed Description

Definition at line 44 of file Utils.


Constructor & Destructor Documentation

osgEarth::CacheStats::CacheStats ( unsigned  entries,
unsigned  maxEntries,
unsigned  queries,
float  hitRatio 
) [inline]

Definition at line 47 of file Utils.

            : _entries(entries), _maxEntries(maxEntries), _queries(queries), _hitRatio(hitRatio) { }

Member Data Documentation

Definition at line 50 of file Utils.

Definition at line 53 of file Utils.

Definition at line 51 of file Utils.

Definition at line 52 of file Utils.


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