Sentry class to automatically enable/disable open file caching. More...
#include <rvc/object.h>
Public Member Functions | |
| ~AUTOFILECACHE () | |
| OBJECT::CacheEnable () | |
Sentry class to automatically enable/disable open file caching.
Use of open file caching can dramatically improve performance when multiple open/close operations might be performed on the same file(s). Should only be created on the stack.
| RVC::OBJECT::AUTOFILECACHE::~AUTOFILECACHE | ( | ) | [inline] |
Destructor, turns open file caching off.
| RVC::OBJECT::AUTOFILECACHE::OBJECT::CacheEnable | ( | ) |
Constructor, turns open file caching on.
1.6.1