PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
Loading...
Searching...
No Matches
ImGuiStorage::ImGuiStoragePair Struct Reference

Detailed Description

Definition at line 2258 of file imgui.h.

#include <imgui.h>

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

◆ ImGuiStoragePair() [1/3]

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

Definition at line 2262 of file imgui.h.

◆ ImGuiStoragePair() [2/3]

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

Definition at line 2263 of file imgui.h.

◆ ImGuiStoragePair() [3/3]

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

Definition at line 2264 of file imgui.h.

Member Data Documentation

◆ [union]

◆ key

ImGuiID ImGuiStorage::ImGuiStoragePair::key

Definition at line 2260 of file imgui.h.

◆ val_f

float ImGuiStorage::ImGuiStoragePair::val_f

Definition at line 2261 of file imgui.h.

◆ val_i

int ImGuiStorage::ImGuiStoragePair::val_i

Definition at line 2261 of file imgui.h.

◆ val_p

void* ImGuiStorage::ImGuiStoragePair::val_p

Definition at line 2261 of file imgui.h.


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