Nsound  0.9.4
Public Member Functions | Private Attributes | List of all members
Nsound::Exception Struct Reference

#include <Nsound/Nsound.h>

Inheritance diagram for Nsound::Exception:
Inheritance graph
[legend]

Public Member Functions

 Exception (const std::string &message)
 
 ~Exception () throw ()
 
const char * what () const throw ()
 

Private Attributes

std::string _message
 

Detailed Description

Definition at line 163 of file Nsound.h.

Constructor & Destructor Documentation

Nsound::Exception::Exception ( const std::string &  message)
inline

Definition at line 165 of file Nsound.h.

165 : _message(message){};
std::string _message
Definition: Nsound.h:169
Nsound::Exception::~Exception ( )
throw (
)
inline

Definition at line 167 of file Nsound.h.

167 {};

Member Function Documentation

const char* Nsound::Exception::what ( ) const
throw (
)
inline

Definition at line 169 of file Nsound.h.

References _message.

Referenced by main(), and my_main().

169 { return _message.c_str(); };
std::string _message
Definition: Nsound.h:169

Member Data Documentation

std::string Nsound::Exception::_message
private

Definition at line 169 of file Nsound.h.

Referenced by what().


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