Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

bitset Class Reference

#include <bitset.h>

Inheritance diagram for bitset:

base_bitset

List of all members.

Public Member Functions

 bitset ()
 default constructor
 bitset (size_t capacity)
 constructor
 ~bitset ()
 destructor
bitsetoperator= (const bitset &x)
 assigns another set with the same length
bitsetresize (size_t capacity)
 changes capacity
void clear ()
 sets capacity to zero


Detailed Description

Definition at line 160 of file bitset.h.


Constructor & Destructor Documentation

bitset::bitset (  )  [inline]

default constructor

Definition at line 304 of file bitset.hpp.

bitset::bitset ( size_t  capacity  )  [inline]

constructor

Parameters:
capacity  capacity

Definition at line 310 of file bitset.hpp.

References base_bitset::_bits, and base_bitset::get_byte_len().

bitset::~bitset (  )  [inline]

destructor

Definition at line 322 of file bitset.hpp.

References base_bitset::_bits.


Member Function Documentation

bitset & bitset::operator= ( const bitset x  )  [inline]

assigns another set with the same length

Definition at line 329 of file bitset.hpp.

References base_bitset::_bits, base_bitset::_capacity, and base_bitset::get_byte_len().

bitset & bitset::resize ( size_t  capacity  )  [inline]

changes capacity

Parameters:
capacity  capacity

Definition at line 347 of file bitset.hpp.

References base_bitset::_bits, base_bitset::_capacity, and base_bitset::get_byte_len().

void bitset::clear (  )  [inline]

sets capacity to zero

Definition at line 375 of file bitset.hpp.

References base_bitset::_bits, and base_bitset::_capacity.


The documentation for this class was generated from the following files:


© Copyright Terimber 2003-.