scc
2022.4.0
SystemC components library
|
This is the complete list of members for scc::sc_variable< T >, including all inherited members.
create(const char *n, size_t i, T default_val) (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inlinestatic |
get() const | scc::sc_variable< T > | inline |
kind() const | scc::sc_variable_b | inline |
operator bool() const | scc::sc_variable< T > | inline |
operator T() const | scc::sc_variable< T > | inline |
operator!=(T other) const | scc::sc_variable< T > | inline |
operator*() | scc::sc_variable< T > | inline |
operator*(const T other) const (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator*(const this_type &other) const (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator*=(const T other) (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator+(const T other) const (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator+(const this_type &other) const (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator++() | scc::sc_variable< T > | inline |
operator++(int) | scc::sc_variable< T > | inline |
operator+=(const T other) (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator-(const T other) const (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator-(const this_type &other) const (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator--() | scc::sc_variable< T > | inline |
operator--(int) | scc::sc_variable< T > | inline |
operator-=(const T other) (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator/(const T other) const (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator/(const this_type &other) const (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator/=(const T other) (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator<(T other) const | scc::sc_variable< T > | inline |
operator<=(T other) const | scc::sc_variable< T > | inline |
operator=(const T other) (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inline |
operator==(T other) const | scc::sc_variable< T > | inline |
operator>(T other) const | scc::sc_variable< T > | inline |
operator>=(T other) const | scc::sc_variable< T > | inline |
sc_variable(const std::string &name, const T &value) | scc::sc_variable< T > | inline |
sc_variable_b(const char *name) (defined in scc::sc_variable_b) | scc::sc_variable_b | inline |
this_type typedef (defined in scc::sc_variable< T >) | scc::sc_variable< T > | |
to_string() const override | scc::sc_variable< T > | inlinevirtual |
trace(sc_core::sc_trace_file *tf) const override | scc::sc_variable< T > | inline |
trace(observer *obs) const override (defined in scc::sc_variable< T >) | scc::sc_variable< T > | inlinevirtual |
~sc_variable()=default (defined in scc::sc_variable< T >) | scc::sc_variable< T > | virtual |