#include "vector.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Classes | |
| class | TBCI::IdxErr |
| class | TBCI::Index |
| Note that this pragma interface might create problems as the class index is not templated! More... | |
Functions | |
| TVector< unsigned > | TBCI::idx_fill_in1 (const Index &idx, const unsigned where, const unsigned what) |
| TVector< unsigned > | TBCI::idx_fill_in2 (const Index &idx, const unsigned where1, const unsigned what1, const unsigned where2, const unsigned what2) |
| TVector< unsigned > | TBCI::idx_remove1 (const Index &idx, const unsigned which) |
| TVector< unsigned > | TBCI::idx_remove2 (const Index &idx, const unsigned which1, const unsigned which2) |
| TVector< unsigned > | TBCI::idx_set1 (const Index &idx, const unsigned which, const unsigned what) |
Definition in file index.h.
1.5.6