#include <map>
#include <memory>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include "goby/middleware/marshalling/detail/primitive_type.h"
Go to the source code of this file.
|
namespace | goby |
| The global namespace for the Goby project.
|
|
namespace | goby::middleware |
| Objects implementing the Goby nested middleware.
|
|
|
template<typename DataType , typename Transporter > |
constexpr int | goby::middleware::transporter_scheme () |
| Helper function for calling a particular transporter's scheme method.
|
|
template<typename T , typename std::enable_if< std::is_same< T, std::string >::value >::type * = nullptr> |
constexpr int | goby::middleware::scheme () |
| Placeholder to provide an interface for the scheme() function family.
|
|