#include "psyllid_error.hh"
#include "member_variables.hh"
#include "param.hh"
Go to the source code of this file.
◆ REGISTER_NODE_AND_BUILDER
#define REGISTER_NODE_AND_BUILDER |
( |
|
node_class, |
|
|
|
node_name, |
|
|
|
node_binding |
|
) |
| |
Value:static ::scarab::registrar< ::midge::node, node_class > s_node_##node_class##_registrar( node_name ); \
static ::scarab::registrar< ::psyllid::node_builder, _node_builder< node_class, node_binding > > s_node_builder_##node_class##_registrar( node_name );
Definition at line 361 of file node_builder.hh.