ldas-tools-diskcacheAPI  2.6.3
Public Types | Public Member Functions | List of all members
diskCache::MountPointScanner::ScanResults Class Reference

#include <MountPointScanner.hh>

Public Types

typedef INT_4U directory_count_type
 
typedef INT_4U file_count_type
 
typedef INT_4U mount_point_count_type
 
typedef double timer_delta_type
 

Public Member Functions

 ScanResults ()
 Constructor. More...
 
directory_count_type DirectoryCount () const
 Retrieve the number of directories scanned. More...
 
void DirectoryCountInc ()
 Incriment the number of directories scanned by one. More...
 
void DirectoryCountInc (directory_count_type Value)
 Incriment the number of directories scanned by one. More...
 
file_count_type FileCount () const
 Retrieve the number of directories scanned. More...
 
void FileCountInc (file_count_type Value)
 Incriment the number of files scanned by one. More...
 
directory_count_type MountPointCount () const
 Retrieve the number of directories scanned. More...
 
void MountPointCountInc ()
 Incriment the number of directories scanned by one. More...
 
void Start () const
 
timer_delta_type Stop () const
 

Member Typedef Documentation

◆ directory_count_type

◆ file_count_type

◆ mount_point_count_type

◆ timer_delta_type

Constructor & Destructor Documentation

◆ ScanResults()

diskCache::MountPointScanner::ScanResults::ScanResults ( )

Constructor.

Member Function Documentation

◆ DirectoryCount()

MountPointScanner::ScanResults::directory_count_type diskCache::MountPointScanner::ScanResults::DirectoryCount ( ) const
inline

Retrieve the number of directories scanned.

◆ DirectoryCountInc() [1/2]

void diskCache::MountPointScanner::ScanResults::DirectoryCountInc ( )
inline

Incriment the number of directories scanned by one.

◆ DirectoryCountInc() [2/2]

void diskCache::MountPointScanner::ScanResults::DirectoryCountInc ( directory_count_type  Value)
inline

Incriment the number of directories scanned by one.

Parameters
[in]ValueThe number by which to increment the number of directories scanned.

◆ FileCount()

MountPointScanner::ScanResults::file_count_type diskCache::MountPointScanner::ScanResults::FileCount ( ) const
inline

Retrieve the number of directories scanned.

◆ FileCountInc()

void diskCache::MountPointScanner::ScanResults::FileCountInc ( file_count_type  Value)
inline

Incriment the number of files scanned by one.

Parameters
[in]ValueThe number by which to increment the number of files scanned.

◆ MountPointCount()

MountPointScanner::ScanResults::mount_point_count_type diskCache::MountPointScanner::ScanResults::MountPointCount ( ) const
inline

Retrieve the number of directories scanned.

◆ MountPointCountInc()

void diskCache::MountPointScanner::ScanResults::MountPointCountInc ( )
inline

Incriment the number of directories scanned by one.

◆ Start()

void diskCache::MountPointScanner::ScanResults::Start ( ) const
inline

◆ Stop()

MountPointScanner::ScanResults::timer_delta_type diskCache::MountPointScanner::ScanResults::Stop ( ) const
inline

The documentation for this class was generated from the following files: