|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Proxy (Bit_Mat_Graph &bitmat, long i, long j) | |
| Proxy & | operator= (const Proxy &other) |
| Proxy & | operator= (int value) |
| operator int () const | |
Public Attributes | |
| BitArray & | bit_array |
| const size_t | bit_index |
Proxy for bit access.
Definition at line 1111 of file tpl_matgraph.H.
|
inline |
Definition at line 1116 of file tpl_matgraph.H.
|
inline |
Definition at line 1133 of file tpl_matgraph.H.
References Aleph::Bit_Mat_Graph< GT, SA >::Proxy::bit_array, and Aleph::Bit_Mat_Graph< GT, SA >::Proxy::bit_index.
Definition at line 1121 of file tpl_matgraph.H.
References Aleph::Bit_Mat_Graph< GT, SA >::Proxy::bit_array, Aleph::Bit_Mat_Graph< GT, SA >::Proxy::bit_index, and Aleph::maps().
|
inline |
Definition at line 1127 of file tpl_matgraph.H.
References Aleph::Bit_Mat_Graph< GT, SA >::Proxy::bit_array, and Aleph::Bit_Mat_Graph< GT, SA >::Proxy::bit_index.
| BitArray& Aleph::Bit_Mat_Graph< GT, SA >::Proxy::bit_array |
Definition at line 1113 of file tpl_matgraph.H.
Referenced by Aleph::Bit_Mat_Graph< GT, SA >::Proxy::operator int(), Aleph::Bit_Mat_Graph< GT, SA >::Proxy::operator=(), and Aleph::Bit_Mat_Graph< GT, SA >::Proxy::operator=().
| const size_t Aleph::Bit_Mat_Graph< GT, SA >::Proxy::bit_index |
Definition at line 1114 of file tpl_matgraph.H.
Referenced by Aleph::Bit_Mat_Graph< GT, SA >::Proxy::operator int(), Aleph::Bit_Mat_Graph< GT, SA >::Proxy::operator=(), and Aleph::Bit_Mat_Graph< GT, SA >::Proxy::operator=().