|
HDK
|
Include dependency graph for HOM_ErrorUtil.h:Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | HOMthrowIfNone (const T *pointer, const char *msg, bool allow_empty=true) |
| template<> | |
| SYS_STATIC_INLINE void | HOMthrowIfNone< char > (const char *pointer, const char *msg, bool allow_empty) |
| void HOMthrowIfNone | ( | const T * | pointer, |
| const char * | msg, | ||
| bool | allow_empty = true |
||
| ) |
Definition at line 34 of file HOM_ErrorUtil.h.
| SYS_STATIC_INLINE void HOMthrowIfNone< char > | ( | const char * | pointer, |
| const char * | msg, | ||
| bool | allow_empty | ||
| ) |
Definition at line 44 of file HOM_ErrorUtil.h.