10 #ifndef CORE_PROTOCOL_BASE_ICOMMMAKER_HPP
11 #define CORE_PROTOCOL_BASE_ICOMMMAKER_HPP
13 #include <yaml-cpp/yaml.h>
30 virtual std::shared_ptr<IComm>
Create()
const = 0;
Definition: iCommMaker.hpp:23
virtual ~ICommMaker()
Definition: iCommMaker.hpp:31
virtual std::shared_ptr< IComm > Create() const =0
Accepts node to pass into Comms constructor.
Definition: commFactory.cpp:15