From c0fce877c478ddbf71a1b651c789e5ea00a00144 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:05:30 +0200 Subject: 3.4 --- shared/inotify/doc/html/classInotifyException.html | 101 +++++++++++---------- 1 file changed, 53 insertions(+), 48 deletions(-) (limited to 'shared/inotify/doc/html/classInotifyException.html') diff --git a/shared/inotify/doc/html/classInotifyException.html b/shared/inotify/doc/html/classInotifyException.html index 6e5f01e5..6b3b55bf 100644 --- a/shared/inotify/doc/html/classInotifyException.html +++ b/shared/inotify/doc/html/classInotifyException.html @@ -1,25 +1,32 @@ - + inotify-cxx: InotifyException Class Reference - + - -
-
-
-
+ + +

InotifyException Class Reference

Class for inotify exceptions. More...

-#include <inotify-cxx.h> +#include <inotify-cxx.h> +

+

List of all members. @@ -27,15 +34,15 @@ - + - - + + - - + + - + @@ -51,9 +58,7 @@ Class for inotify exceptions.

This class allows to acquire information about exceptional events. It makes easier to log or display error messages and to identify problematic code locations.

-Although this class is basically thread-safe it is not intended to be shared between threads. -

-


Constructor & Destructor Documentation

+Although this class is basically thread-safe it is not intended to be shared between threads.

Constructor & Destructor Documentation

@@ -79,7 +84,7 @@ Although this class is basically thread-safe it is not intended to be shared bet
- +
 InotifyException (const std::string &rMsg="", int iErr=0, void *pSrc=NULL)
 Constructor.
const std::string & GetMessage () const
const std::string & GetMessage () const
 Returns the exception message.
int GetErrorNumber () const
 Returns the exception message.
int GetErrorNumber () const
 Returns the exception error number.
void * GetSource () const
 Returns the exception error number.
void * GetSource () const
 Returns the exception source.
 Returns the exception source.

Protected Attributes

std::string m_msg
) [inline] [inline]

@@ -99,52 +104,52 @@ Constructor.


Member Function Documentation

- +
- + - +
const std::string& InotifyException::GetMessage int InotifyException::GetErrorNumber (  )  const [inline] const [inline]

-Returns the exception message. +Returns the exception error number.

-

Returns:
message
+If not applicable this value is 0 (zero).

+

Returns:
error number (standardized; see errno.h)

- +

- + - +
int InotifyException::GetErrorNumber const std::string& InotifyException::GetMessage (  )  const [inline] const [inline]

-Returns the exception error number. +Returns the exception message.

-If not applicable this value is 0 (zero).

-

Returns:
error number (standardized; see errno.h)
+
Returns:
message

- +

@@ -153,7 +158,7 @@ If not applicable this value is 0 (zero).

- +
(  )  const [inline] const [inline]
@@ -167,36 +172,36 @@ Returns the exception source.


Member Data Documentation

- +
- +
std::string InotifyException::m_msg [protected] int InotifyException::m_err [protected]

-message +error number

- +

- +
int InotifyException::m_err [protected] std::string InotifyException::m_msg [protected]

-error number +message

@@ -219,9 +224,9 @@ source


The documentation for this class was generated from the following file: -
Generated on Wed Apr 18 18:26:40 2007 for inotify-cxx by  - -doxygen 1.5.1
+
  • inotify-cxx.h + +
    +doxygen
    -- cgit