VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
ImBitVector Struct Reference

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< ImU32Storage
 

Member Function Documentation

void ImBitVector::Create ( int  sz)
inline
void ImBitVector::Clear ( )
inline
bool ImBitVector::TestBit ( int  n) const
inline

References IM_ASSERT, and ImBitArrayTestBit().

void ImBitVector::SetBit ( int  n)
inline

References IM_ASSERT, and ImBitArraySetBit().

void ImBitVector::ClearBit ( int  n)
inline

References IM_ASSERT, and ImBitArrayClearBit().

Member Data Documentation

ImVector<ImU32> ImBitVector::Storage

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

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)