dl
dl::VectorBit类 参考

位容器 更多...

#include <dl_vector_bit.h>

Public 成员函数

void * GetData ()
 
size_t GetDataSize ()
 
void SetBit (size_t index, bool v)
 
bool GetBit (size_t index)
 
size_t size () const
 
void resize (size_t n, bool v)
 
void assign (void *p, size_t n)
 
 VectorBit ()
 

详细描述

位容器

在文件 dl_vector_bit.h23 行定义.

构造及析构函数说明

◆ VectorBit()

dl::VectorBit::VectorBit ( )
inline

在文件 dl_vector_bit.h90 行定义.

成员函数说明

◆ assign()

void dl::VectorBit::assign ( void * p,
size_t n )
inline

在文件 dl_vector_bit.h85 行定义.

◆ GetBit()

bool dl::VectorBit::GetBit ( size_t index)
inline

在文件 dl_vector_bit.h45 行定义.

◆ GetData()

void * dl::VectorBit::GetData ( )
inline

在文件 dl_vector_bit.h28 行定义.

◆ GetDataSize()

size_t dl::VectorBit::GetDataSize ( )
inline

在文件 dl_vector_bit.h32 行定义.

◆ resize()

void dl::VectorBit::resize ( size_t n,
bool v )
inline

在文件 dl_vector_bit.h57 行定义.

◆ SetBit()

void dl::VectorBit::SetBit ( size_t index,
bool v )
inline

在文件 dl_vector_bit.h38 行定义.

◆ size()

size_t dl::VectorBit::size ( ) const
inline

在文件 dl_vector_bit.h53 行定义.


该类的文档由以下文件生成: