MPD
0.20.6
|
#include <LocateUri.hxx>
Public Types | |
enum | Type { Type::ABSOLUTE, Type::RELATIVE, Type::PATH } |
Public Member Functions | |
LocatedUri (Type _type, const char *_uri, AllocatedPath &&_path=AllocatedPath::Null()) | |
Data Fields | |
enum LocatedUri::Type | type |
const char * | canonical_uri |
AllocatedPath | path |
Contains the local file path if type==FILE. More... | |
Definition at line 44 of file LocateUri.hxx.
|
strong |
Enumerator | |
---|---|
ABSOLUTE |
An absolute URI with a supported scheme. |
RELATIVE |
A relative URI path. |
PATH |
A local file. The path attribute is valid. |
Definition at line 45 of file LocateUri.hxx.
|
inline |
Definition at line 69 of file LocateUri.hxx.
const char* LocatedUri::canonical_uri |
Definition at line 62 of file LocateUri.hxx.
AllocatedPath LocatedUri::path |
Contains the local file path if type==FILE.
Definition at line 67 of file LocateUri.hxx.
enum LocatedUri::Type LocatedUri::type |