OpenCPN Partial API docs
Loading...
Searching...
No Matches
observable.cpp File Reference

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.
 

Detailed Description

Implement observable.h.

Definition in file observable.cpp.

Typedef Documentation

◆ ev_pair

using ev_pair = std::pair<wxEvtHandler*, wxEventType>

Definition at line 59 of file observable.cpp.

Function Documentation

◆ ptr_key()

std::string ptr_key ( const void *  ptr)

Return address as printable string.

Definition at line 38 of file observable.cpp.