Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Bit_Mat_Graph< GT, SA >::Proxy Struct Reference

Proxy for bit access. More...

Collaboration diagram for Aleph::Bit_Mat_Graph< GT, SA >::Proxy:
[legend]

Public Member Functions

 Proxy (Bit_Mat_Graph &bitmat, long i, long j)
 
Proxyoperator= (const Proxy &other)
 
Proxyoperator= (int value)
 
 operator int () const
 

Public Attributes

BitArraybit_array
 
const size_t bit_index
 

Detailed Description

template<class GT, class SA = Dft_Show_Arc<GT>>
struct Aleph::Bit_Mat_Graph< GT, SA >::Proxy

Proxy for bit access.

Definition at line 1111 of file tpl_matgraph.H.

Constructor & Destructor Documentation

◆ Proxy()

template<class GT , class SA = Dft_Show_Arc<GT>>
Aleph::Bit_Mat_Graph< GT, SA >::Proxy::Proxy ( Bit_Mat_Graph bitmat,
long  i,
long  j 
)
inline

Definition at line 1116 of file tpl_matgraph.H.

Member Function Documentation

◆ operator int()

template<class GT , class SA = Dft_Show_Arc<GT>>
Aleph::Bit_Mat_Graph< GT, SA >::Proxy::operator int ( ) const
inline

◆ operator=() [1/2]

template<class GT , class SA = Dft_Show_Arc<GT>>
Proxy & Aleph::Bit_Mat_Graph< GT, SA >::Proxy::operator= ( const Proxy other)
inline

◆ operator=() [2/2]

template<class GT , class SA = Dft_Show_Arc<GT>>
Proxy & Aleph::Bit_Mat_Graph< GT, SA >::Proxy::operator= ( int  value)
inline

Member Data Documentation

◆ bit_array

◆ bit_index


The documentation for this struct was generated from the following file: