#include <implementors.h>
Public Member Functions | |
RunCacheHolder< C > & | operator= (RunCacheHolder< C > const &)=delete |
RunCacheHolder ()=default | |
RunCacheHolder (RunCacheHolder< C > const &)=delete | |
void | setRunCache (C const *iCache) |
Protected Member Functions | |
C const * | runCache () const |
Private Attributes | |
C const * | cache_ |
Definition at line 57 of file implementors.h.
|
default |
|
delete |
|
delete |
|
inlineprotected |
Definition at line 65 of file implementors.h.
|
inline |
Definition at line 62 of file implementors.h.
|
private |
Definition at line 68 of file implementors.h.