23#ifndef BM_BM_SIM_PIPELINE_H_
24#define BM_BM_SIM_PIPELINE_H_
28#include "control_flow.h"
38 Pipeline(
const std::string &name, p4object_id_t
id,
39 ControlFlowNode *first_node)
59 ControlFlowNode *first_node;
Definition named_p4object.h:39
Pipeline & operator=(const Pipeline &other)=delete
Deleted copy assignment operator.
Pipeline & operator=(Pipeline &&other)=default
Default move assignment operator.
Pipeline(const Pipeline &other)=delete
Deleted copy constructor.
Pipeline(Pipeline &&other)=default
Default move constructor.