gz/common/URI.hh File Reference
#include <memory>
#include <optional>
#include <string>
#include <gz/common/config.hh>
#include <gz/common/Export.hh>
#include <gz/common/SuppressWarning.hh>
Go to the source code of this file.
Classes | |
class | URI |
A complete URI which has the following components: More... | |
class | URIAuthority |
class | URIFragment |
The fragment component of a URI. More... | |
class | URIPath |
A URI path contains a sequence of segments separated by / . The path may be empty in a valid URI. When an authority is present, the path must start with a / . More... | |
class | URIQuery |
The query component of a URI. More... | |
Namespaces | |
ignition | |
Forward declarations for the common classes. | |
ignition::common | |