Grok 12.0.1
|
#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 | state_ |
|
inline |
|
virtualdefault |
References grk::GRK_CACHE_STATE_CLOSED, and state_.
References grk::GRK_CACHE_STATE_ERROR, and state_.
References grk::GRK_CACHE_STATE_OPEN, and state_.
|
inline |
References state_.
|
private |
Referenced by isClosed(), isError(), isOpen(), and setCacheState().