ifw-core 6.0.0
|
#include <iostream>
#include <boost/variant.hpp>
#include <list>
#include "ifw/core/protocol/base/dispatcher.hpp"
#include "ifw/core/protocol/base/commMaker.hpp"
Go to the source code of this file.
Classes | |
class | ifw::core::protocol::base::IComm |
Namespaces | |
namespace | ifw |
namespace | ifw::core |
namespace | ifw::core::protocol |
namespace | ifw::core::protocol::base |
Macros | |
#define | REGISTER_COMM(T) static protocol::base::CommMaker<T> maker(#T) |
Typedefs | |
using | ifw::core::protocol::base::Variant |
using | ifw::core::protocol::base::PairVariant = std::pair<std::string, Variant> |
using | ifw::core::protocol::base::ListVariant = std::list<PairVariant> |
using | ifw::core::protocol::base::VectorVariant = std::vector<PairVariant> |
#define REGISTER_COMM | ( | T | ) | static protocol::base::CommMaker<T> maker(#T) |
<