ldas-tools-diskcacheAPI
2.7.1
|
Public Types | |
enum | mode_type { ASCII, BINARY } |
typedef diskCache::Streams::Interface::version_type | version_type |
Public Member Functions | |
DumpTask (mode_type Mode, const std::string &Filename, version_type Version, TaskThread *Controller) | |
virtual void | OnCompletion (int TaskThreadState) |
virtual void | operator() () |
Static Public Member Functions | |
static INT_4U | Active () |
static void | CriticalSection (bool Value) |
static void | Start (mode_type Mode, const std::string &Filename, version_type Version) |
static void | Wait () |
Private Attributes | |
const mode_type | m_mode |
const std::string | m_filename |
const version_type | version |
TaskThread * | m_controller |
Static Private Attributes | |
static BackgroundTaskCounter | m_thread_counter |
typedef diskCache::Streams::Interface::version_type anonymous_namespace{DumpCacheDaemon.cc}::DumpTask::version_type |
enum anonymous_namespace{DumpCacheDaemon.cc}::DumpTask::mode_type |
anonymous_namespace{DumpCacheDaemon.cc}::DumpTask::DumpTask | ( | mode_type | Mode, |
const std::string & | Filename, | ||
version_type | Version, | ||
TaskThread * | Controller | ||
) |
|
inlinestatic |
|
inlinestatic |
|
virtual |
|
virtual |
|
static |
|
static |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |