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

#include <imgui.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 1732 of file imgui.h.

Constructor & Destructor Documentation

◆ ImGuiStoragePair() [1/3]

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

Definition at line 1736 of file imgui.h.

◆ ImGuiStoragePair() [2/3]

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

Definition at line 1737 of file imgui.h.

◆ ImGuiStoragePair() [3/3]

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

Definition at line 1738 of file imgui.h.

Member Data Documentation

◆ @2

union { ... }

◆ key

ImGuiID ImGuiStorage::ImGuiStoragePair::key

Definition at line 1734 of file imgui.h.

◆ val_f

float ImGuiStorage::ImGuiStoragePair::val_f

Definition at line 1735 of file imgui.h.

◆ val_i

int ImGuiStorage::ImGuiStoragePair::val_i

Definition at line 1735 of file imgui.h.

◆ val_p

void* ImGuiStorage::ImGuiStoragePair::val_p

Definition at line 1735 of file imgui.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06