|
virtmem
virtual memory library for Arduino
|
This header contains the class definition of the VPtr class. More...
#include "internal/alloc.h"#include "base_vptr.h"#include "config/config.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::VPtr< T, TA > |
| Virtual pointer class that provides an interface to access virtual much like 'regular pointers'. More... | |
| class | virtmem::VPtr< T, TA >::ValueWrapper |
| Proxy class returned when dereferencing virtual pointers. More... | |
| class | virtmem::VPtr< T, TA >::MemberWrapper |
| Proxy class used when member access is requested on a virtual pointer. More... | |
Namespaces | |
| virtmem | |
| contains all code from virtmem | |
This header contains the class definition of the VPtr class.