Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of PIPBitValue class. More...
Go to the source code of this file.
Classes | |
class | bil::PIPBitValue |
The value of a PIPs associated configuration bits. More... |
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_PIPBITVALUE_HPP |
Typedefs | |
typedef std::vector< PIPBitValue > | bil::PIPBitValues |
A list of PIPBitValue instances. |
Functions | |
bool | bil::operator== (const PIPBitValue &val1, const PIPBitValue &val2) |
Tests two PIPBitValue instances for memberwise equality. | |
bool | bil::operator!= (const PIPBitValue &val1, const PIPBitValue &val2) |
Tests two PIPBitValue instances for memberwise inequality. | |
bool | bil::operator< (const PIPBitValue &val1, const PIPBitValue &val2) |
Tests two PIPBitValue instances for memberwise <. | |
bool | bil::operator> (const PIPBitValue &val1, const PIPBitValue &val2) |
Tests two PIPBitValue instances for memberwise > | |
bool | bil::operator<= (const PIPBitValue &val1, const PIPBitValue &val2) |
Tests two PIPBitValue instances for memberwise <=. | |
bool | bil::operator>= (const PIPBitValue &val1, const PIPBitValue &val2) |
Tests two PIPBitValue instances for memberwise >=. |
Contains declaration of PIPBitValue class.
Definition in file PIPBitValue.hpp.
#define BIL_PIPBITVALUE_HPP |
Definition at line 8 of file PIPBitValue.hpp.