Go to the documentation of this file.
39 #ifndef BLOCXX_REFERENCE_HELPERS_HPP_INCLUDE_GUARD_
40 #define BLOCXX_REFERENCE_HELPERS_HPP_INCLUDE_GUARD_
42 #include "blocxx/BLOCXX_config.h"
44 namespace BLOCXX_NAMESPACE
47 #ifdef BLOCXX_CHECK_NULL_REFERENCES
48 namespace ReferenceHelpers
50 BLOCXX_COMMON_API
void throwNULLException();
51 inline void checkNull(
const void* p)