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 obs::EvPair = std::pair< wxEvtHandler *, wxEventType >
 

Functions

std::string obs::PtrKey (const void *ptr)
 Return address as printable string.
 

Detailed Description

Implement observable.h.

Definition in file observable.cpp.

Typedef Documentation

◆ EvPair

using obs::EvPair = typedef std::pair<wxEvtHandler*, wxEventType>

Definition at line 57 of file observable.cpp.

Function Documentation

◆ PtrKey()

std::string obs::PtrKey ( const void *  ptr)

Return address as printable string.

Definition at line 36 of file observable.cpp.