Classes | |
| class | SizeVector |
Public Member Functions | |
| BlockBuilder (IIndexManager &index_mng) | |
| SizeVector | operator[] (ConstArrayView< Integer > indexes) |
| Integer & | operator[] (Integer index) |
| const BlockSizes::ValuePerBlock & | sizes () const |
| bool | isLocal (Integer index) const |
Definition at line 21 of file BlockBuilder.h.
| Alien::BlockBuilder::BlockBuilder | ( | IIndexManager & | index_mng | ) |
Definition at line 48 of file BlockBuilder.cc.
|
inline |
Definition at line 39 of file BlockBuilder.h.
|
inline |
Definition at line 48 of file BlockBuilder.h.
| BlockBuilder::SizeVector Alien::BlockBuilder::operator[] | ( | ConstArrayView< Integer > | indexes | ) |
Definition at line 66 of file BlockBuilder.cc.
| Integer & Alien::BlockBuilder::operator[] | ( | Integer | index | ) |
Definition at line 75 of file BlockBuilder.cc.
| const BlockSizes::ValuePerBlock & Alien::BlockBuilder::sizes | ( | ) | const |
Definition at line 84 of file BlockBuilder.cc.