Blender
V3.3
|
#include <gim_bitset.h>
Public Member Functions | |
gim_bitset () | |
gim_bitset (GUINT bits_count) | |
~gim_bitset () | |
bool | resize (GUINT newsize) |
GUINT | size () |
void | set_all () |
void | clear_all () |
void | set (GUINT bit_index) |
char | get (GUINT bit_index) |
Return 0 or 1. More... | |
void | clear (GUINT bit_index) |
Public Attributes | |
gim_array< GUINT > | m_container |
Definition at line 40 of file gim_bitset.h.
|
inline |
Definition at line 45 of file gim_bitset.h.
|
inline |
Definition at line 49 of file gim_bitset.h.
References resize().
|
inline |
Definition at line 54 of file gim_bitset.h.
Definition at line 111 of file gim_bitset.h.
References GUINT_BIT_COUNT, GUINT_EXPONENT, and m_container.
|
inline |
Definition at line 82 of file gim_bitset.h.
References GUINT, m_container, and gim_array< T >::size().
|
inline |
Return 0 or 1.
Definition at line 100 of file gim_bitset.h.
References GUINT_BIT_COUNT, GUINT_EXPONENT, m_container, and size().
Definition at line 58 of file gim_bitset.h.
References GUINT, GUINT_BIT_COUNT, m_container, gim_array< T >::resize(), and gim_array< T >::size().
Referenced by gim_bitset(), and set().
Definition at line 90 of file gim_bitset.h.
References GUINT_BIT_COUNT, GUINT_EXPONENT, m_container, resize(), and size().
|
inline |
Definition at line 74 of file gim_bitset.h.
References GUINT, m_container, and gim_array< T >::size().
|
inline |
Definition at line 69 of file gim_bitset.h.
References GUINT_BIT_COUNT, m_container, and gim_array< T >::size().
Definition at line 43 of file gim_bitset.h.
Referenced by clear(), clear_all(), get(), resize(), set(), set_all(), and size().