#include "../rtt-config.h"
Go to the source code of this file.
Defines | |
| #define | ORO_THROW(x) throw x |
| #define | ORO_THROW_OR_RETURN(x, rv) throw x |
| #define ORO_THROW | ( | x | ) | throw x |
Definition at line 52 of file install/include/rtt/internal/Exceptions.hpp.
| #define ORO_THROW_OR_RETURN | ( | x, | |||
| rv | ) | throw x |
Definition at line 53 of file install/include/rtt/internal/Exceptions.hpp.