VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
ImGuiStorage::Pair Struct Reference

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
}; 

Constructor & Destructor Documentation

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

Member Data Documentation

ImGuiID ImGuiStorage::Pair::key
int ImGuiStorage::Pair::val_i
float ImGuiStorage::Pair::val_f
void* ImGuiStorage::Pair::val_p
union { ... }

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

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)