|
| sc_fifo_in () |
|
| sc_fifo_in (const char *name) |
|
virtual | ~sc_fifo_in () |
|
| sc_fifo_in (const sc_fifo_in_if< T > &interface) |
|
| sc_fifo_in (const char *name, const sc_fifo_in_if< T > &interface) |
|
| sc_fifo_in (sc_port_b< sc_fifo_in_if< T > > &parent) |
|
| sc_fifo_in (const char *name, sc_port_b< sc_fifo_in_if< T > > &parent) |
|
| sc_fifo_in (sc_port< sc_fifo_in_if< T >, 0 > &parent) |
|
| sc_fifo_in (const char *name, sc_port< sc_fifo_in_if< T >, 0 > &parent) |
|
void | read (T &t) |
|
T | read () |
|
bool | nb_read (T &t) |
|
const sc_event & | data_written_event () const |
|
sc_event_finder & | data_written () const |
|
int | num_available () const |
|
virtual const char * | kind () const |
|
| sc_port () |
|
| sc_port (const char *name) |
|
| sc_port (const sc_fifo_in_if< T > &interface) |
|
| sc_port (const char *name, const sc_fifo_in_if< T > &interface) |
|
| sc_port (sc_port_b< sc_fifo_in_if< T > > &parent) |
|
| sc_port (const char *name, sc_port_b< sc_fifo_in_if< T > > &parent) |
|
| sc_port (sc_port< sc_fifo_in_if< T >, N, SC_ONE_OR_MORE_BOUND > &parent) |
|
| sc_port (const char *name, sc_port< sc_fifo_in_if< T >, N, SC_ONE_OR_MORE_BOUND > &parent) |
|
virtual | ~sc_port () |
|
void | operator() (IF &i) |
| The following warning is disabled because the bind methods are overloaded in the derived class and the base class.
|
|
void | operator() (sc_port_b< IF > &p) |
|
virtual void | bind (IF &i) |
|
virtual void | bind (sc_port_b< IF > &p) |
|
IF * | operator-> () |
|
const IF * | operator-> () const |
|
IF * | operator[] (int n) |
|
const IF * | operator[] (int n) const |
|
sc_interface * | get_interface () |
|
const sc_interface * | get_interface () const |
|
| sc_port_base (const char *name, int n, sc_port_policy p) |
|
virtual | ~sc_port_base () |
|
void | warn_port_constructor () const |
|
int | maxSize () const |
|
int | size () const |
|
const char * | kind () const |
|
const char * | name () const |
|
const char * | basename () const |
|
virtual void | print (std::ostream &=std::cout) const |
|
virtual void | dump (std::ostream &=std::cout) const |
|
virtual const std::vector< sc_object * > & | get_child_objects () const |
|
virtual const std::vector< sc_event * > & | get_child_events () const |
|
sc_object * | get_parent_object () const |
|
bool | add_attribute (sc_attr_base &) |
|
sc_attr_base * | get_attribute (const std::string &) |
|
sc_attr_base * | remove_attribute (const std::string &) |
|
void | remove_all_attributes () |
|
int | num_attributes () const |
|
sc_attr_cltn & | attr_cltn () |
|
const sc_attr_cltn & | attr_cltn () const |
|
sc_simcontext * | simcontext () const |
|
template<class T>
class sc_core::sc_fifo_in< T >
Definition at line 42 of file sc_fifo_in.hh.