|
HikoGUI
A low latency retained GUI
|
#include <hikogui/observer/observed.hpp>
Public Member Functions | |
| observed_base (observed_base const &)=delete | |
| observed_base (observed_base &&)=delete | |
| observed_base & | operator= (observed_base const &)=delete |
| observed_base & | operator= (observed_base &&)=delete |
| virtual void const * | get () const noexcept=0 |
| Get a pointer to the current value. | |
| virtual void * | get () noexcept=0 |
| Get a pointer to the current value. | |
An abstract observed object.
This type is referenced by observers
|
pure virtualnoexcept |
Get a pointer to the current value.
observer should cast this to a pointer to the value-type. Implemented in hi::v1::observed< T >.
|
pure virtualnoexcept |
Get a pointer to the current value.
observer should cast this to a pointer to the value-type. Implemented in hi::v1::observed< T >.