NcEngine
nc::ui::Property< Getter, Setter > Struct Template Reference

Simple getter/setter-based property wrapper. More...

#include <ImGuiUtility.h>

Public Attributes

Getter get
 
Setter set
 
const char * name = ""
 

Detailed Description

template<class Getter, class Setter>
struct nc::ui::Property< Getter, Setter >

Simple getter/setter-based property wrapper.

Template Parameters
GetCallable compatible with value_t (*)(object_t&).
SetCallable compatible with `void (*)(object_t&, value_t&).

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