PandA-2024.02
|
Class adopt to represent a mux connection. More...
#include <utility>
#include "connection_obj.hpp"
#include "generic_obj.hpp"
#include "refcount.hpp"
#include "op_graph.hpp"
Go to the source code of this file.
Data Structures | |
class | mux_conn |
This class is used to represent a connection through multiplexers. More... | |
Typedefs | |
using | mux_connRef = refcount< mux_conn > |
refcount definition of the class More... | |
Class adopt to represent a mux connection.
Definition in file mux_conn.hpp.
using mux_connRef = refcount<mux_conn> |
refcount definition of the class
Definition at line 114 of file mux_conn.hpp.