Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiStoragePair Struct Reference

#include <imgui.h>

Public Member Functions

 ImGuiStoragePair (ImGuiID _key, int _val)
 
 ImGuiStoragePair (ImGuiID _key, float _val)
 
 ImGuiStoragePair (ImGuiID _key, void *_val)
 

Public Attributes

ImGuiID key
 
union { 
 
   int   val_i 
 
   float   val_f 
 
   void *   val_p 
 
};  
 

Constructor & Destructor Documentation

◆ ImGuiStoragePair() [1/3]

ImGuiStoragePair::ImGuiStoragePair ( ImGuiID _key,
int _val )
inline

◆ ImGuiStoragePair() [2/3]

ImGuiStoragePair::ImGuiStoragePair ( ImGuiID _key,
float _val )
inline

◆ ImGuiStoragePair() [3/3]

ImGuiStoragePair::ImGuiStoragePair ( ImGuiID _key,
void * _val )
inline

Member Data Documentation

◆ [union]

union { ... } ImGuiStoragePair

◆ key

ImGuiID ImGuiStoragePair::key

◆ val_f

float ImGuiStoragePair::val_f

◆ val_i

int ImGuiStoragePair::val_i

◆ val_p

void* ImGuiStoragePair::val_p

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