virtmem
virtual memory library for Arduino
base_vptr.h File Reference

This file contains the virtual pointer base class. More...

#include "config/config.h"
#include "internal/alloc.h"
#include "utils.h"
#include <stddef.h>

Go to the source code of this file.

Classes

class  virtmem::VPtr< T, TA >
 Virtual pointer class that provides an interface to access virtual much like 'regular pointers'. More...
 
class  virtmem::BaseVPtr
 This is the base class of VPtr and can be used for typeless pointers. More...
 

Namespaces

 virtmem
 contains all code from virtmem
 

Typedefs

typedef nullptr_t virtmem::NILL_t
 

Detailed Description

This file contains the virtual pointer base class.