Grok
9.5.0
|
#include <ICacheable.h>
Public Member Functions | |
ICacheable () | |
virtual | ~ICacheable ()=default |
bool | isOpen (void) |
bool | isClosed (void) |
bool | isError (void) |
void | setCacheState (GrkCacheState state) |
Private Attributes | |
GrkCacheState | m_state |
|
inline |
|
virtualdefault |
|
inline |
References grk::GRK_CACHE_STATE_CLOSED, and m_state.
|
inline |
References grk::GRK_CACHE_STATE_ERROR, and m_state.
|
inline |
References grk::GRK_CACHE_STATE_OPEN, and m_state.
|
inline |
References m_state.
|
private |
Referenced by isClosed(), isError(), isOpen(), and setCacheState().