|
ASL 0.1.7
Advanced Simulation Library
|

Functions | |
| void | asl::errorMessage (cl_int status, const char *errorMessage) |
| Prints errorMessage and exits depending on the status. | |
| void | asl::errorMessage (cl_int status, const std::string &errorMessage) |
| Prints errorMessage and exits depending on the status. | |
| void | asl::errorMessage (bool status) |
| Prints " Ok" or " ERROR" depending on status. | |
| void | asl::errorMessage (const char *errorMessage) |
| Prints errorMessage and exits. | |
| void | asl::errorMessage (const std::string &errorMessage) |
| Prints errorMessage and exits. | |
| void | asl::warningMessage (const char *warningMessage) |
| Prints warningMessage. | |
| void | asl::warningMessage (const std::string &warningMessage) |
| Prints warningMessage. | |
| std::string | asl::warningString (const char *warningMessage) |
| Returns warningMessage. | |
Prints errorMessage and exits depending on the status.
Prints errorMessage and exits depending on the status.