HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_ErrorUtil.h File Reference
#include "HOM_API.h"
#include "HOM_Errors.h"
#include <SYS/SYS_Inline.h>
+ 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)
 

Function Documentation

template<typename T >
void HOMthrowIfNone ( const T *  pointer,
const char *  msg,
bool  allow_empty = true 
)

Definition at line 34 of file HOM_ErrorUtil.h.

template<>
SYS_STATIC_INLINE void HOMthrowIfNone< char > ( const char *  pointer,
const char *  msg,
bool  allow_empty 
)

Definition at line 44 of file HOM_ErrorUtil.h.