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

#include <imgui_internal.h>

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

◆ GetBit()

bool ImBoolVector::GetBit ( int  n) const
inline

◆ Resize()

void ImBoolVector::Resize ( int  sz)
inline

◆ 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: