sc_dt::sc_bit Class Reference
#include <sysc/datatypes/bit/sc_bit.h>
List of all members.
Detailed Description
Definition at line 86 of file sc_bit.h.
Constructor & Destructor Documentation
sc_dt::sc_bit::sc_bit |
( |
|
) |
[inline] |
sc_dt::sc_bit::sc_bit |
( |
const sc_logic & |
a |
) |
[explicit] |
sc_dt::sc_bit::sc_bit |
( |
const sc_bit & |
a |
) |
[inline] |
sc_dt::sc_bit::~sc_bit |
( |
|
) |
[inline] |
Member Function Documentation
sc_bit& sc_dt::sc_bit::b_not |
( |
|
) |
[inline] |
sc_dt::sc_bit::operator bool |
( |
|
) |
const [inline] |
bool sc_dt::sc_bit::operator! |
( |
|
) |
const [inline] |
sc_bit& sc_dt::sc_bit::operator&= |
( |
const sc_bit & |
b |
) |
[inline] |
sc_bit& sc_dt::sc_bit::operator= |
( |
const sc_bit & |
b |
) |
[inline] |
sc_bit& sc_dt::sc_bit::operator^= |
( |
const sc_bit & |
b |
) |
[inline] |
sc_bit& sc_dt::sc_bit::operator|= |
( |
const sc_bit & |
b |
) |
[inline] |
void sc_dt::sc_bit::print |
( |
::std::ostream & |
os = ::std::cout |
) |
const [inline] |
void sc_dt::sc_bit::scan |
( |
::std::istream & |
= ::std::cin |
) |
|
bool sc_dt::sc_bit::to_bool |
( |
|
) |
const [inline] |
char sc_dt::sc_bit::to_char |
( |
|
) |
const [inline] |
Friends And Related Function Documentation
bool operator!= |
( |
const sc_bit & |
a, |
|
|
const sc_bit & |
b | |
|
) |
| | [friend] |
bool operator== |
( |
const sc_bit & |
a, |
|
|
const sc_bit & |
b | |
|
) |
| | [friend] |
The documentation for this class was generated from the following file: