#include <exception.h>
|
template<typename datatype > |
static void | check (const datatype value, const datatype min, const datatype max, const char *message) |
|
template<typename datatype > |
static void | checkMin (const datatype value, const datatype min, const char *message) |
|
static void | check (const bool condition, const std::string &message) |
|
Definition at line 81 of file exception.h.
◆ OutOfRange()
template<typename datatype >
Beatmup::OutOfRange::OutOfRange |
( |
const char * |
message, |
|
|
const datatype |
value |
|
) |
| |
|
inlineprivate |
Definition at line 83 of file exception.h.
InvalidArgument(const char *message, const datatype value)
◆ check()
template<typename datatype >
static void Beatmup::OutOfRange::check |
( |
const datatype |
value, |
|
|
const datatype |
min, |
|
|
const datatype |
max, |
|
|
const char * |
message |
|
) |
| |
|
inlinestatic |
Definition at line 86 of file exception.h.
87 if (value <
min ||
max < value)
OutOfRange(const char *message, const datatype value)
CustomPoint< numeric > min(const CustomPoint< numeric > &a, const CustomPoint< numeric > &b)
CustomPoint< numeric > max(const CustomPoint< numeric > &a, const CustomPoint< numeric > &b)
◆ checkMin()
template<typename datatype >
static void Beatmup::OutOfRange::checkMin |
( |
const datatype |
value, |
|
|
const datatype |
min, |
|
|
const char * |
message |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: