modm API documentation
modm::accessor::Ram< T > Class Template Reference

#include <modm/architecture/interface/accessor_ram.hpp>

Public Member Functions

 Ram (const T *addr=0)
 
template<typename U >
 Ram (const Ram< U > &rhs)
 
const T operator* () const
 
const T operator[] (std::size_t index) const
 
Ram & operator++ ()
 
Ram operator++ (int)
 
Ram & operator-- ()
 
Ram & operator-- (int)
 
Ram & operator+= (std::size_t rhs)
 
Ram & operator-= (std::size_t rhs)
 
const T * getPointer () const
 

Detailed Description

template<typename T>
class modm::accessor::Ram< T >

Pointer to RAM

Author
Fabian Greif

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