Pyrogenesis  trunk
Public Types | Public Member Functions | Private Attributes | List of all members
DirWatchNotification Class Reference

#include <dir_watch.h>

Collaboration diagram for DirWatchNotification:
Collaboration graph
[legend]

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
 

Member Enumeration Documentation

◆ EType

Enumerator
Created 
Deleted 
Changed 

Constructor & Destructor Documentation

◆ DirWatchNotification()

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

Member Function Documentation

◆ Pathname()

const OsPath& DirWatchNotification::Pathname ( ) const
inline

◆ Type()

EType DirWatchNotification::Type ( ) const
inline

Member Data Documentation

◆ pathname

OsPath DirWatchNotification::pathname
private

◆ type

EType DirWatchNotification::type
private

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