Theora Playback Library  1.1.0
Classes | Macros | Functions
TheoraException.h File Reference

Go to the source code of this file.

Classes

class  _TheoraGenericException
 

Macros

#define TheoraGenericException(msg)   _TheoraGenericException(msg, "TheoraGenericException", __FILE__, __LINE__)
 
#define exception_cls(name)
 

Functions

 exception_cls (_KeyException)
 

Macro Definition Documentation

#define exception_cls (   name)
Value:
class name : public _TheoraGenericException \
{ \
public: \
name(const std::string& errorText,std::string type = "",std::string file = "",int line = 0) : \
_TheoraGenericException(errorText, type, file, line){} \
}
Definition: TheoraException.h:15
#define TheoraGenericException (   msg)    _TheoraGenericException(msg, "TheoraGenericException", __FILE__, __LINE__)

Function Documentation

exception_cls ( _KeyException  )