Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
ImBoolVector Struct Reference

#include <imgui_internal.h>

+ Collaboration diagram for ImBoolVector:

Public Member Functions

 ImBoolVector ()
 
void Resize (int sz)
 
void Clear ()
 
bool GetBit (int n) const
 
void SetBit (int n, bool v)
 

Public Attributes

ImVector< int > Storage
 

Constructor & Destructor Documentation

◆ ImBoolVector()

ImBoolVector::ImBoolVector ( )
inline

Member Function Documentation

◆ Clear()

void ImBoolVector::Clear ( )
inline
+ Here is the call graph for this function:

◆ GetBit()

bool ImBoolVector::GetBit ( int  n) const
inline

◆ Resize()

void ImBoolVector::Resize ( int  sz)
inline
+ Here is the call graph for this function:

◆ SetBit()

void ImBoolVector::SetBit ( int  n,
bool  v 
)
inline

Member Data Documentation

◆ Storage

ImVector<int> ImBoolVector::Storage

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