Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Updatable.hpp File Reference
#include <AH/Containers/CRTP.hpp>
#include <AH/Containers/LinkedList.hpp>
#include <AH/Error/Error.hpp>
#include <AH/STL/type_traits>
#include <AH/STL/utility>
#include <AH/Settings/SettingsWrapper.hpp>
#include <stddef.h>
Include dependency graph for Updatable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UpdatableCRTP< Derived >
 A super class for object that have to be updated regularly. More...
struct  NormalUpdatable
class  Updatable< T >
 A super class for object that have to be updated regularly. More...

Namespaces

namespace  AH
 PrintStream library

Variables

template<class Derived>
DoublyLinkedList< Derived > UpdatableCRTP< Derived >::updatables