opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
widget.h File Reference
#include <liboscar/utilities/c_string_view.h>
#include <liboscar/utilities/lifetimed_ptr.h>
#include <memory>
#include <string_view>
Include dependency graph for widget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  osc::Widget
 

Namespaces

namespace  osc
 

Macros

#define OSC_WIDGET_DATA_GETTERS(ImplClass)
 

Macro Definition Documentation

◆ OSC_WIDGET_DATA_GETTERS

#define OSC_WIDGET_DATA_GETTERS (   ImplClass)
Value:
const ImplClass& private_data() const { return reinterpret_cast<const ImplClass&>(base_private_data()); } \
ImplClass& private_data() { return reinterpret_cast<ImplClass&>(base_private_data()); }