PGROUTING  3.2
UserQuitException Class Reference

#include "signalhandler.h"

Inheritance diagram for UserQuitException:
Collaboration diagram for UserQuitException:

Public Member Functions

 UserQuitException (const char *_str)
 
virtual const char * what () const throw ()
 

Private Attributes

const char * str
 str Holds the what() string for the exception. More...
 

Detailed Description

Definition at line 46 of file signalhandler.h.

Constructor & Destructor Documentation

◆ UserQuitException()

UserQuitException::UserQuitException ( const char *  _str)
inlineexplicit

Definition at line 55 of file signalhandler.h.

55 : str(_str) {}

Member Function Documentation

◆ what()

virtual const char* UserQuitException::what ( ) const
throw (
)
inlinevirtual

Definition at line 51 of file signalhandler.h.

51  {
52  return str;
53  }

References str.

Member Data Documentation

◆ str

const char* UserQuitException::str
private

str Holds the what() string for the exception.

Definition at line 48 of file signalhandler.h.

Referenced by what().


The documentation for this class was generated from the following file:
UserQuitException::str
const char * str
str Holds the what() string for the exception.
Definition: signalhandler.h:48