virtmem
virtual memory library for Arduino
NILL_t Class Reference

Generalized NULL pointer class. More...

#include <vptr_utils.h>

Detailed Description

Generalized NULL pointer class.

This class can be used to assign a zero (NULL) value to both virtual and regular pointers. This is useful, for instance, to write generic code where the type of a pointer is unknown. The virtmem namespace contains a global instance of the NILL_t class: NILL.

Note
On platforms supporting C++11 NILL_t is simply a typedef to nullptr_t
See also
NILL

The documentation for this class was generated from the following file: