Base class for DynArray for the non-template part.
More...
#include <dynArray.hh>
Base class for DynArray for the non-template part.
- Author
- Philipp Frauenfelder, 2001.
Definition at line 27 of file dynArray.hh.
◆ DynArrayBase() [1/2]
concepts::DynArrayBase::DynArrayBase |
( |
const uint |
htblsz, |
|
|
const uint |
htblmsk, |
|
|
const uint |
pgsz, |
|
|
const uint |
pgmsk, |
|
|
const bool |
init = false |
|
) |
| |
◆ DynArrayBase() [2/2]
concepts::DynArrayBase::DynArrayBase |
( |
const DynArrayBase & |
base | ) |
|
◆ ~DynArrayBase()
virtual concepts::DynArrayBase::~DynArrayBase |
( |
| ) |
|
|
virtual |
◆ info()
virtual std::ostream& concepts::DynArrayBase::info |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
◆ max()
uint concepts::DynArrayBase::max |
( |
| ) |
const |
|
inline |
Maximal referenced index + 1.
Definition at line 37 of file dynArray.hh.
◆ min()
uint concepts::DynArrayBase::min |
( |
| ) |
const |
|
inline |
Minimal referenced index.
Definition at line 40 of file dynArray.hh.
◆ operator=()
◆ empty_
bool concepts::DynArrayBase::empty_ |
|
protected |
◆ htblmsk_
const uint concepts::DynArrayBase::htblmsk_ |
|
protected |
◆ htblsz_
const uint concepts::DynArrayBase::htblsz_ |
|
protected |
Size of the hash table function (how many bits of the page number)
Definition at line 49 of file dynArray.hh.
◆ init_
bool concepts::DynArrayBase::init_ |
|
protected |
◆ max_
uint concepts::DynArrayBase::max_ |
|
protected |
◆ min_
uint concepts::DynArrayBase::min_ |
|
protected |
◆ npg_
uint concepts::DynArrayBase::npg_ |
|
protected |
◆ pgmsk_
const uint concepts::DynArrayBase::pgmsk_ |
|
protected |
◆ pgsz_
const uint concepts::DynArrayBase::pgsz_ |
|
protected |
Size of a page in number of entries.
Definition at line 55 of file dynArray.hh.
The documentation for this class was generated from the following file: