ldas-tools-diskcacheAPI  2.5.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

Constructor & Destructor Documentation

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

Constructor.

Member Function Documentation

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

Retrieve the number of directories scanned.

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

Incriment the number of directories scanned by one.

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.
MountPointScanner::ScanResults::file_count_type diskCache::MountPointScanner::ScanResults::FileCount ( ) const
inline

Retrieve the number of directories scanned.

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.
MountPointScanner::ScanResults::mount_point_count_type diskCache::MountPointScanner::ScanResults::MountPointCount ( ) const
inline

Retrieve the number of directories scanned.

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

Incriment the number of directories scanned by one.

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

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