CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
file_watcher::WatchRecord Struct Reference

#include <file_watcher.h>

Collaboration diagram for file_watcher::WatchRecord:

Public Member Functions

 WatchRecord ()
 
 WatchRecord (const std::string &path, file_watcher::EventHandler *h)
 

Public Attributes

std::string file_path_
 
file_watcher::EventHandlerhandler_
 

Detailed Description

Definition at line 50 of file file_watcher.h.

Constructor & Destructor Documentation

file_watcher::WatchRecord::WatchRecord ( )
inline

Definition at line 51 of file file_watcher.h.

file_watcher::WatchRecord::WatchRecord ( const std::string &  path,
file_watcher::EventHandler h 
)
inline

Definition at line 53 of file file_watcher.h.

Member Data Documentation

std::string file_watcher::WatchRecord::file_path_

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