Nebula
Loading...
Searching...
No Matches
uri.h File Reference
#include "core/types.h"
#include "util/string.h"
#include "util/dictionary.h"

Go to the source code of this file.

Classes

class  IO::URI
 An URI object can split a Uniform Resource Identifier string into its components or build a string from URI components. More...
 

Namespaces

namespace  IO
 Instances of wrapped stream classes.
 

Macros

#define IO_URI_H
 

Functions

IO::URI operator""_uri (const char *c, std::size_t s)
 Literal constructor form string, to use "foobar"_uri will automatically construct an IO::URI.
 

Macro Definition Documentation

◆ IO_URI_H

#define IO_URI_H

Function Documentation

◆ operator""_uri()

IO::URI operator""_uri ( const char * c,
std::size_t s )

Literal constructor form string, to use "foobar"_uri will automatically construct an IO::URI.