#include <ineq-use.hh>
Public Member Functions | |
Ineq_Use () | |
bool | Get_Use (int i) |
void | Set_Use (int i, bool u) |
void | Set_Used (int i) |
void | Set_Unused (int i) |
Private Attributes | |
bool | tab [6] |
Definition at line 43 of file ineq-use.hh.
Ineq_Use::Ineq_Use | ( | ) | [inline] |
Definition at line 77 of file ineq-use.hh.
bool Ineq_Use::Get_Use | ( | int | i | ) | [inline] |
Definition at line 86 of file ineq-use.hh.
void Ineq_Use::Set_Unused | ( | int | i | ) | [inline] |
Definition at line 106 of file ineq-use.hh.
void Ineq_Use::Set_Use | ( | int | i, | |
bool | u | |||
) | [inline] |
Definition at line 94 of file ineq-use.hh.
void Ineq_Use::Set_Used | ( | int | i | ) | [inline] |
Definition at line 100 of file ineq-use.hh.
bool Ineq_Use::tab[6] [private] |
Definition at line 62 of file ineq-use.hh.