Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
cinder::audio::NodeCycleExc Class Reference

#include <Node.h>

Inheritance diagram for cinder::audio::NodeCycleExc:
[legend]

Public Member Functions

 NodeCycleExc (const NodeRef &sourceNode, const NodeRef &destNode)
 
virtual const char * what () const throw ()
 
int32_t getCode () const
 Returns a platform-specific error code received. May be 0 (meaning none was available). More...
 

Protected Attributes

std::string mDescription
 
int32_t mErrorCode
 

Constructor & Destructor Documentation

cinder::audio::NodeCycleExc::NodeCycleExc ( const NodeRef sourceNode,
const NodeRef destNode 
)

Member Function Documentation

virtual const char* cinder::audio::AudioExc::what ( ) const
throw (
)
virtualinherited
int32_t cinder::audio::AudioExc::getCode ( ) const
inherited

Returns a platform-specific error code received. May be 0 (meaning none was available).

Member Data Documentation

std::string cinder::audio::AudioExc::mDescription
protectedinherited
int32_t cinder::audio::AudioExc::mErrorCode
protectedinherited

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