ldas-tools-diskcacheAPI
2.7.1
|
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_type * | m_directories |
Reference to the collection of directories. More... | |
Storage class of state information.
This information is relevant for each directory that is considered active.
anonymous_namespace{HotDirectory.cc}::daemon::info::info | ( | weak_dir_info_type | DirInfo, |
const directory_set_type & | DirectorySet | ||
) |
Constructor.
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.
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.