result.hh File Reference
#include <ostream>#include <string>#include "gz/transport/config.hh"#include "gz/transport/parameters/Export.hh"Go to the source code of this file.
Classes | |
| class | ParameterResult |
| The return type used in all falible parameters methods. More... | |
Namespaces | |
| parameters | |
Enumerations | |
| enum class | ParameterResultType { Success , AlreadyDeclared , InvalidType , NotDeclared , ClientTimeout , Unexpected } |
| Possible result types of the different parameters operations. More... | |
Functions | |
| GZ_TRANSPORT_PARAMETERS_VISIBLE std::ostream & | operator<< (std::ostream &, const ParameterResult &) |
| Stream operator, for debug output. More... | |