#include <nixvec.h>
Collaboration diagram for NixVec:

Public Member Functions | |
| NixVec () | |
| NixVec (NixVec *) | |
| ~NixVec () | |
| void | Add (NixPair_t) |
| Nix_t | Extract (Nixl_t) |
| Nix_t | Extract (Nixl_t, Nixl_t *) |
| NixpPair_t | Get (void) |
| void | Reset () |
| Nixl_t | Lth () |
| void | DBDump () |
| Nixl_t | ALth () |
Static Public Member Functions | |
| Nixl_t | GetBitl (Nix_t) |
Private Attributes | |
| Nix_t * | m_pNV |
| Nixl_t | m_used |
| Nixl_t | m_alth |
|
|
Definition at line 44 of file nixvec.h. References m_alth, m_pNV, and m_used.
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 54 of file nixvec.h. References m_alth, and Nixl_t.
00054 { return m_alth;} // Debug...how many bits actually used
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by Agent::initpkt(). |
|
|
|
|
|
Definition at line 57 of file nixvec.h. Referenced by NixVec(). |
|
|
Definition at line 59 of file nixvec.h. Referenced by NixVec(). |
1.3.3