ldas-tools-diskcacheAPI  2.6.3
Classes | Public Types | Public Member Functions | List of all members
diskCache::MountPointManager::ScanResults Struct Reference

Addition information regarding a scan request. More...

#include <MountPointManager.hh>

Classes

struct  stats
 

Public Types

enum  dir_state { DIRECTORY_STATE_DELETED, DIRECTORY_STATE_MODIFIED, DIRECTORY_STATE_NEW }
 
typedef std::map< std::string, statsdirectory_stats_type
 

Public Member Functions

void AddResults (const std::string &Directory, dir_state DirectoryState, INT_4U Added, INT_4U Deleted)
 
template<typename Op >
void operator() (Op &Operation) const
 

Detailed Description

Addition information regarding a scan request.

The information presented here may be benificial when producing verbose messages or logging results.

Member Typedef Documentation

◆ directory_stats_type

Member Enumeration Documentation

◆ dir_state

Enumerator
DIRECTORY_STATE_DELETED 
DIRECTORY_STATE_MODIFIED 
DIRECTORY_STATE_NEW 

Member Function Documentation

◆ AddResults()

void diskCache::MountPointManager::ScanResults::AddResults ( const std::string &  Directory,
dir_state  DirectoryState,
INT_4U  Added,
INT_4U  Deleted 
)
inline

◆ operator()()

template<class Op >
void diskCache::MountPointManager::ScanResults::operator() ( Op &  Operation) const

The documentation for this struct was generated from the following file: