Goby3
3.1.5a
2024.05.23
|
Go to the source code of this file.
Classes | |
struct | goby::middleware::SerializerParserHelper< std::string, MarshallingScheme::CSTR > |
Example usable specialization for std::string using a null terminated array of bytes (C string). Likely not the best choice for production use. More... | |
Namespaces | |
goby | |
The global namespace for the Goby project. | |
goby::middleware | |
Objects implementing the Goby nested middleware. | |
Functions | |
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. More... | |