siplasplas
Public Member Functions | Public Attributes | List of all members
ImGuiStorage::Pair Struct Reference

Public Member Functions

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

Public Attributes

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

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