XPMP2
X-Plane multiplayer library 2 - using instancing
Public Member Functions | Public Attributes | List of all members
XPMP2::XPMPPlaneNotifierTy Struct Reference

Stores the function and refcon pointer for plane creation/destrcution notifications. More...

#include <XPMP2.h>

Public Member Functions

 XPMPPlaneNotifierTy (XPMPPlaneNotifier_f _func=nullptr, void *_refcon=nullptr)
 
bool operator== (const XPMPPlaneNotifierTy &o)
 

Public Attributes

XPMPPlaneNotifier_f func = nullptr
 
void * refcon = nullptr
 

Detailed Description

Stores the function and refcon pointer for plane creation/destrcution notifications.

Constructor & Destructor Documentation

◆ XPMPPlaneNotifierTy()

XPMP2::XPMPPlaneNotifierTy::XPMPPlaneNotifierTy ( XPMPPlaneNotifier_f  _func = nullptr,
void *  _refcon = nullptr 
)
inline

Member Function Documentation

◆ operator==()

bool XPMP2::XPMPPlaneNotifierTy::operator== ( const XPMPPlaneNotifierTy o)
inline

Member Data Documentation

◆ func

XPMPPlaneNotifier_f XPMP2::XPMPPlaneNotifierTy::func = nullptr

◆ refcon

void* XPMP2::XPMPPlaneNotifierTy::refcon = nullptr

The documentation for this struct was generated from the following file: