#include <sc_bit.hh>
Definition at line 87 of file sc_bit.hh.
◆ sc_bit() [1/3]
sc_dt::sc_bit::sc_bit |
( |
| ) |
|
|
inline |
◆ sc_bit() [2/3]
sc_dt::sc_bit::sc_bit |
( |
const sc_logic & | a | ) |
|
|
explicit |
◆ sc_bit() [3/3]
sc_dt::sc_bit::sc_bit |
( |
const sc_bit & | a | ) |
|
|
inline |
◆ ~sc_bit()
sc_dt::sc_bit::~sc_bit |
( |
| ) |
|
|
inline |
◆ b_not()
sc_bit & sc_dt::sc_bit::b_not |
( |
| ) |
|
|
inline |
◆ invalid_value() [1/2]
void sc_dt::sc_bit::invalid_value |
( |
char | c | ) |
|
|
staticprivate |
◆ invalid_value() [2/2]
void sc_dt::sc_bit::invalid_value |
( |
int | i | ) |
|
|
staticprivate |
◆ operator bool()
sc_dt::sc_bit::operator bool |
( |
| ) |
const |
|
inline |
◆ operator!()
bool sc_dt::sc_bit::operator! |
( |
| ) |
const |
|
inline |
◆ operator&=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator^=()
◆ operator|=()
◆ print()
void sc_dt::sc_bit::print |
( |
::std::ostream & | os = ::std::cout | ) |
const |
|
inline |
◆ scan()
void sc_dt::sc_bit::scan |
( |
::std::istream & | is = ::std::cin | ) |
|
◆ to_bool()
bool sc_dt::sc_bit::to_bool |
( |
| ) |
const |
|
inline |
◆ to_char()
char sc_dt::sc_bit::to_char |
( |
| ) |
const |
|
inline |
◆ to_value() [1/3]
static bool sc_dt::sc_bit::to_value |
( |
bool | b | ) |
|
|
inlinestaticprivate |
◆ to_value() [2/3]
static bool sc_dt::sc_bit::to_value |
( |
char | c | ) |
|
|
inlinestaticprivate |
◆ to_value() [3/3]
static bool sc_dt::sc_bit::to_value |
( |
int | i | ) |
|
|
inlinestaticprivate |
◆ operator!=
◆ operator&
◆ operator==
◆ operator^
◆ operator|
◆ operator~
◆ m_val
bool sc_dt::sc_bit::m_val |
|
private |
The documentation for this class was generated from the following files: