CLRX  1
An unofficial OpenCL extensions designed for Radeon GPUs
Public Member Functions | List of all members
CLRX::AsmException Class Reference

Assembler exception class. More...

#include <AsmDefs.h>

Inheritance diagram for CLRX::AsmException:
CLRX::Exception

Public Member Functions

 AsmException ()=default
 empty constructor
 
 AsmException (const std::string &message)
 constructor with messasge
 
virtual ~AsmException () noexcept=default
 destructor
 
- Public Member Functions inherited from CLRX::Exception
 Exception ()=default
 empty constructor
 
 Exception (const std::string &message)
 constructor with messasge
 
virtual ~Exception () noexcept=default
 destructor
 
const char * what () const noexcept
 get exception message
 

Additional Inherited Members

- Protected Attributes inherited from CLRX::Exception
std::string message
 message
 

Detailed Description

Assembler exception class.


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