#include <CheckNull.h>
Public Member Functions | |
CheckNull () | |
template<class T> | |
void | operator() (T *t) |
bool | noNull () |
Private Attributes | |
int | m_count |
bool | m_noNull |
Definition at line 11 of file CheckNull.h.
Atlfast::CheckNull::CheckNull | ( | ) | [inline] |
void Atlfast::CheckNull::operator() | ( | T * | t | ) | [inline] |
bool Atlfast::CheckNull::noNull | ( | ) | [inline] |
int Atlfast::CheckNull::m_count [private] |
Definition at line 23 of file CheckNull.h.
bool Atlfast::CheckNull::m_noNull [private] |
Definition at line 24 of file CheckNull.h.