VR-Vantage 3.1 API Documentation
 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:


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)