|
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 | obs::EvPair = std::pair< wxEvtHandler *, wxEventType > |
Functions | |
| std::string | obs::PtrKey (const void *ptr) |
| Return address as printable string. | |
Implement observable.h.
Definition in file observable.cpp.
| using obs::EvPair = typedef std::pair<wxEvtHandler*, wxEventType> |
Definition at line 57 of file observable.cpp.
| std::string obs::PtrKey | ( | const void * | ptr | ) |
Return address as printable string.
Definition at line 36 of file observable.cpp.