MPD  0.20.18
Data Fields
Directory::LookupResult Struct Reference

#include <Directory.hxx>

Collaboration diagram for Directory::LookupResult:
[legend]

Data Fields

Directorydirectory
 The last directory that was found. More...
 
const char * uri
 The remaining URI part (without leading slash) or nullptr if the given URI was consumed completely. More...
 

Detailed Description

Definition at line 157 of file Directory.hxx.

Field Documentation

◆ directory

Directory* Directory::LookupResult::directory

The last directory that was found.

If the given URI could not be resolved at all, then this is the root directory.

Definition at line 163 of file Directory.hxx.

◆ uri

const char* Directory::LookupResult::uri

The remaining URI part (without leading slash) or nullptr if the given URI was consumed completely.

Definition at line 169 of file Directory.hxx.


The documentation for this struct was generated from the following file: