API Docs for SAX and DOM
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
File Members
BitSet Class Reference
#include <
BitSet.hpp
>
List of all members.
Public Methods
BitSet
(const unsigned int size)
BitSet
(const BitSet& toCopy)
~BitSet
()
bool
equals
(const BitSet& other) const
bool
allAreCleared
() const
bool
allAreSet
() const
unsigned int
size
() const
bool
get
(const unsigned int index) const
void
clear
(const unsigned int index)
void
clearAll
()
void
set
(const unsigned int index)
void
andWith
(const BitSet& other)
void
orWith
(const BitSet& other)
void
xorWith
(const BitSet& other)
unsigned int
hash
(const unsigned int hashModulus) const
Detailed Description
Constructor & Destructor Documentation
BitSet::BitSet (
const unsigned int size)
BitSet::BitSet (
const BitSet &
toCopy
)
BitSet::~BitSet ()
Member Function Documentation
bool BitSet::allAreCleared () const
bool BitSet::allAreSet () const
void BitSet::andWith (
const BitSet &
other
)
void BitSet::clear (
const unsigned int index)
void BitSet::clearAll ()
bool BitSet::equals (
const BitSet &
other
) const
bool BitSet::get (
const unsigned int index) const
unsigned int BitSet::hash (
const unsigned int hashModulus) const
void BitSet::orWith (
const BitSet &
other
)
void BitSet::set (
const unsigned int index)
unsigned int BitSet::size () const
void BitSet::xorWith (
const BitSet &
other
)
The documentation for this class was generated from the following file:
BitSet.hpp
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.