Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImBitVector Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImBitVector:
[legend]

Public Member Functions

void Create (int sz)
 
void Clear ()
 
bool TestBit (int n) const
 
void SetBit (int n)
 
void ClearBit (int n)
 

Public Attributes

ImVector< ImU32 > Storage
 

Member Function Documentation

◆ Clear()

void ImBitVector::Clear ( )
inline

◆ ClearBit()

void ImBitVector::ClearBit ( int n)
inline

◆ Create()

void ImBitVector::Create ( int sz)
inline

◆ SetBit()

void ImBitVector::SetBit ( int n)
inline

◆ TestBit()

bool ImBitVector::TestBit ( int n) const
inline

Member Data Documentation

◆ Storage

ImVector<ImU32> ImBitVector::Storage

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