Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Private Attributes | List of all members
DirWatchNotification Class Reference

#include <dir_watch.h>

Public Types

enum  EType { Created, Deleted, Changed }
 

Public Member Functions

 DirWatchNotification (const OsPath &pathname, EType type)
 
const OsPathPathname () const
 
EType Type () const
 

Private Attributes

OsPath pathname
 
EType type
 

Detailed Description

Definition at line 54 of file dir_watch.h.

Member Enumeration Documentation

Enumerator
Created 
Deleted 
Changed 

Definition at line 57 of file dir_watch.h.

Constructor & Destructor Documentation

DirWatchNotification::DirWatchNotification ( const OsPath pathname,
EType  type 
)
inline

Definition at line 64 of file dir_watch.h.

Member Function Documentation

const OsPath& DirWatchNotification::Pathname ( ) const
inline

Definition at line 69 of file dir_watch.h.

EType DirWatchNotification::Type ( ) const
inline

Definition at line 74 of file dir_watch.h.

Member Data Documentation

OsPath DirWatchNotification::pathname
private

Definition at line 80 of file dir_watch.h.

EType DirWatchNotification::type
private

Definition at line 81 of file dir_watch.h.


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