Ardour  9.0-pre0-582-g084a23a80d
PBD::unknown_enumeration Class Reference

#include <enumwriter.h>

Inheritance diagram for PBD::unknown_enumeration:
[legend]

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 33 of file enumwriter.h.

Constructor & Destructor Documentation

◆ unknown_enumeration()

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

Definition at line 35 of file enumwriter.h.

◆ ~unknown_enumeration()

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

Definition at line 41 of file enumwriter.h.

Member Function Documentation

◆ what()

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

Definition at line 43 of file enumwriter.h.

Member Data Documentation

◆ _message

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

Definition at line 48 of file enumwriter.h.


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