NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
CacheManager Struct Reference

Detailed description

Definition at line 39 of file cache_test.cpp.

Public Methods

 CacheManager ()
 
bool acquire (const uint32 i)
 
void release (const uint32 i)
 
bool low_watermark () const
 

Public Members

uint32 m_size
 

Constructor & Destructor Documentation

CacheManager::CacheManager ( )
inline

Definition at line 42 of file cache_test.cpp.

Member Function Documentation

bool CacheManager::acquire ( const uint32  i)
inline

Definition at line 45 of file cache_test.cpp.

bool CacheManager::low_watermark ( ) const
inline

Definition at line 61 of file cache_test.cpp.

void CacheManager::release ( const uint32  i)
inline

Definition at line 55 of file cache_test.cpp.

Member Data Documentation

uint32 CacheManager::m_size

Definition at line 66 of file cache_test.cpp.


The documentation for this struct was generated from the following file: