Ylva And Malin
Public Member Functions | Data Fields
ImGuiStorage::Pair Struct Reference

#include <imgui.h>

Collaboration diagram for ImGuiStorage::Pair:
Collaboration graph

Public Member Functions

 Pair (ImGuiID _key, int _val_i)
 
 Pair (ImGuiID _key, float _val_f)
 
 Pair (ImGuiID _key, void *_val_p)
 

Data Fields

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

Constructor & Destructor Documentation

ImGuiStorage::Pair::Pair ( ImGuiID  _key,
int  _val_i 
)
inline
ImGuiStorage::Pair::Pair ( ImGuiID  _key,
float  _val_f 
)
inline
ImGuiStorage::Pair::Pair ( ImGuiID  _key,
void _val_p 
)
inline

Field Documentation

union { ... }
ImGuiID ImGuiStorage::Pair::key
float ImGuiStorage::Pair::val_f
int ImGuiStorage::Pair::val_i
void* ImGuiStorage::Pair::val_p

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