Collection::CheckNotNull
Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:57:30 1991
Index
Return to Main Contents
NAME
Collection::CheckNotNull - instance method
TEMPLATE
isNull = bool
CheckNotNull(char * where, ObjPtr checkedPointer)
SPECIFIERS
public
inline
DESCRIPTION
Returns TRUE and issues an error (level Warning) if checkedPointer is a NULL pointer. This method is used internally.
ARGUMENTS
- char * where
-
The (unqualified) name of the method which called CheckNotNull.
- ObjPtr checkedPointer
-
Pointer to be checked.
RETURN ARGUMENT
- bool isNull
-
CATEGORIES
implementation, assertion
FIRST DEFINITION
class Collection
FILES
- implementation:
-
Collection.h
KNOWN PROBLEMS
CheckNotNull should be protected. The name is misleading. This will be
fixed in future versions.
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FIRST DEFINITION
-
- FILES
-
- KNOWN PROBLEMS
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:31 GMT, March 30, 2022