#include <MboRefCntPtr.h>
Public Member Functions | |
nullptr_access (const char *szWhat="Null pointer access") |
Definition at line 157 of file MboRefCntPtr.h.
mbo::NullPointer< _Ty >::nullptr_access::nullptr_access | ( | const char * | szWhat = "Null pointer access" |
) | [inline, explicit] |
The constructor takes an optional error message
Definition at line 162 of file MboRefCntPtr.h.
00163 : mbo::runtime_error(szWhat) 00164 { 00165 }
Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:12 2008 for MBO-lib by ![]() |