|
Goby3 3.3.0
2025.07.10
|
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 | |
| namespace | goby |
| The global namespace for the Goby project. | |
| namespace | 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. | |