Public Member Functions | Public Attributes | List of all members
ImBitVector Struct Reference

#include <imgui_internal.h>

Public Member Functions

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

Public Attributes

ImVector< ImU32Storage
 

Detailed Description

Definition at line 375 of file imgui_internal.h.

Member Function Documentation

◆ Clear()

void ImBitVector::Clear ( )
inline

Definition at line 379 of file imgui_internal.h.

◆ ClearBit()

void ImBitVector::ClearBit ( int  n)
inline

Definition at line 382 of file imgui_internal.h.

◆ Create()

void ImBitVector::Create ( int  sz)
inline

Definition at line 378 of file imgui_internal.h.

◆ SetBit()

void ImBitVector::SetBit ( int  n)
inline

Definition at line 381 of file imgui_internal.h.

◆ TestBit()

bool ImBitVector::TestBit ( int  n) const
inline

Definition at line 380 of file imgui_internal.h.

Member Data Documentation

◆ Storage

ImVector<ImU32> ImBitVector::Storage

Definition at line 377 of file imgui_internal.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06