PFileWatcher.h
Go to the documentation of this file.
PAPILLON_BEGIN_NAMESPACE typedef void(* PCallback_FileChanged)(const PString &)
Callback to be notified when a change occurs on a file.
Definition: PFileWatcher.h:24
The PObject class is the root class of all Papillon classes; all PObject behaves like shared referenc...
Definition: PObject.h:27
Class PString: an unicode character strings (use copy-on-write idiom).
static const PString & Empty()
Returns the constant holding the empty string "".
Definition: PString.h:64
Class PObject: the root class of all Papillon classes.
PObject & operator=(const PObject &obj)
Performs a shared copy of other to this object.
Definition: PObject.h:45
The PFileWatcher class allows monitoring files for changes (listeners are notified each time the spec...
Definition: PFileWatcher.h:32