ldas-tools-diskcacheAPI  2.7.2
Public Member Functions | Public Attributes | List of all members
anonymous_namespace{HotDirectory.cc}::daemon::info Struct Reference

Storage class of state information. More...

Public Member Functions

 info (weak_dir_info_type DirInfo, const directory_set_type &DirectorySet)
 Constructor. More...
 

Public Attributes

weak_dir_info_type m_dir_info_ref
 Reference to directory information. More...
 
directory_set_typem_directories
 Reference to the collection of directories. More...
 

Detailed Description

Storage class of state information.

This information is relevant for each directory that is considered active.

Constructor & Destructor Documentation

◆ info()

anonymous_namespace{HotDirectory.cc}::daemon::info::info ( weak_dir_info_type  DirInfo,
const directory_set_type DirectorySet 
)

Constructor.

Member Data Documentation

◆ m_dir_info_ref

weak_dir_info_type anonymous_namespace{HotDirectory.cc}::daemon::info::m_dir_info_ref

Reference to directory information.

This reference is used to request the scanning.

◆ m_directories

directory_set_type* anonymous_namespace{HotDirectory.cc}::daemon::info::m_directories

Reference to the collection of directories.

This is the reference to the set of directories of which m_dir_info_ref was origionally a part. It is needed as a parameter later on and as such needs to be recorded.


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