|
OpenCPN Partial API docs
|
Implement observable.h. More...
#include <algorithm>#include <mutex>#include <sstream>#include <unordered_map>#include <wx/log.h>#include "observable.h"Go to the source code of this file.
Typedefs | |
| using | ev_pair = std::pair< wxEvtHandler *, wxEventType > |
Functions | |
| std::string | ptr_key (const void *ptr) |
| Return address as printable string. | |
Implement observable.h.
Definition in file observable.cpp.
| using ev_pair = std::pair<wxEvtHandler*, wxEventType> |
Definition at line 59 of file observable.cpp.
| std::string ptr_key | ( | const void * | ptr | ) |
Return address as printable string.
Definition at line 38 of file observable.cpp.