Flutter Engine
The Flutter Engine
|
#include <Registry.h>
Classes | |
struct | Range |
Public Member Functions | |
Registry (T value, bool condition=true) | |
const Registry * | next () const |
const T & | get () const |
Static Public Member Functions | |
static const Registry * | Head () |
Template class that registers itself (in the constructor) into a linked-list and provides a function-pointer. This can be used to auto-register a set of services, e.g. a set of image codecs.
Definition at line 21 of file Registry.h.
|
inlineexplicit |
Definition at line 23 of file Registry.h.
|
inline |
Definition at line 32 of file Registry.h.
|
inlinestatic |
Definition at line 29 of file Registry.h.
|
inline |
Definition at line 31 of file Registry.h.