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 1025 of file imgui.h.

Constructor & Destructor Documentation

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

Definition at line 1029 of file imgui.h.

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

Definition at line 1030 of file imgui.h.

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

Definition at line 1031 of file imgui.h.

Member Data Documentation

union { ... }
ImGuiID ImGuiStorage::Pair::key

Definition at line 1027 of file imgui.h.

float ImGuiStorage::Pair::val_f

Definition at line 1028 of file imgui.h.

int ImGuiStorage::Pair::val_i

Definition at line 1028 of file imgui.h.

void* ImGuiStorage::Pair::val_p

Definition at line 1028 of file imgui.h.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:32