CrossFramework Library
|
00001 00006 #if defined(XBASE_INCLUDED_POINTERCHECK_HPP) 00007 #else 00008 #define XBASE_INCLUDED_POINTERCHECK_HPP 00009 00010 //------------------------------------------------------------ 00011 #include <XBase/BuiltInTypes.hpp> 00012 00013 //------------------------------------------------------------ 00014 namespace XBase { 00016 00017 00018 struct PointerCheck 00019 { 00024 static bool IsValid( const_anyptr_t aPtr ); 00025 00030 static bool InvalidCheck( const_anyptr_t aPtr ); 00031 }; 00033 } 00034 //------------------------------------------------------------ 00035 #endif 00036 // EOF