virtmem
virtual memory library for Arduino
virtmem::VAlloc< Properties, Derived >::TVPtr< T > Struct Template Reference

Generalized shortcut to virtual pointer type linked to this allocator. More...

#include <alloc.h>

Public Types

typedef virtmem::VPtr< T, Derived > type
 

Detailed Description

template<typename Properties, typename Derived>
template<typename T>
struct virtmem::VAlloc< Properties, Derived >::TVPtr< T >

Generalized shortcut to virtual pointer type linked to this allocator.

Example:

virtmem::SDAlloc::TVPtr<int>::type vIntPtr; // virtual pointer to int, linked to SD allocator.
Template Parameters
TType of virtual pointer

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