ardour
Public Member Functions | Private Attributes | List of all members
PBD::unknown_enumeration Class Reference

#include <enumwriter.h>

Inheritance diagram for PBD::unknown_enumeration:

Public Member Functions

 unknown_enumeration (std::string const &e) throw ()
 
 ~unknown_enumeration () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

std::string _message
 

Detailed Description

Definition at line 34 of file enumwriter.h.

Constructor & Destructor Documentation

PBD::unknown_enumeration::unknown_enumeration ( std::string const &  e)
throw (
)
inline

Definition at line 36 of file enumwriter.h.

PBD::unknown_enumeration::~unknown_enumeration ( )
throw (
)
inline

Definition at line 42 of file enumwriter.h.

Member Function Documentation

virtual const char* PBD::unknown_enumeration::what ( ) const
throw (
)
inlinevirtual

Definition at line 44 of file enumwriter.h.

Member Data Documentation

std::string PBD::unknown_enumeration::_message
private

Definition at line 49 of file enumwriter.h.


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