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

#include <imgui.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 1599 of file imgui.h.

Constructor & Destructor Documentation

◆ Pair() [1/3]

ImGuiStorage::Pair::Pair ( ImGuiID  _key,
int  _val_i 
)
inline

Definition at line 1603 of file imgui.h.

◆ Pair() [2/3]

ImGuiStorage::Pair::Pair ( ImGuiID  _key,
float  _val_f 
)
inline

Definition at line 1604 of file imgui.h.

◆ Pair() [3/3]

ImGuiStorage::Pair::Pair ( ImGuiID  _key,
void _val_p 
)
inline

Definition at line 1605 of file imgui.h.

Member Data Documentation

◆ @34

union { ... }

◆ key

ImGuiID ImGuiStorage::Pair::key

Definition at line 1601 of file imgui.h.

◆ val_f

float ImGuiStorage::Pair::val_f

Definition at line 1602 of file imgui.h.

◆ val_i

int ImGuiStorage::Pair::val_i

Definition at line 1602 of file imgui.h.

◆ val_p

void* ImGuiStorage::Pair::val_p

Definition at line 1602 of file imgui.h.


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


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:23