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