OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
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

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

Detailed Description

Definition at line 709 of file imgui.h.

Constructor & Destructor Documentation

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

Definition at line 713 of file imgui.h.

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

Definition at line 714 of file imgui.h.

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

Definition at line 715 of file imgui.h.

Member Data Documentation

ImGuiID ImGuiStorage::Pair::key

Definition at line 711 of file imgui.h.

union { ... }

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