20 #ifndef MPD_CONFIG_PARAM_HXX
21 #define MPD_CONFIG_PARAM_HXX
48 :next(nullptr), line(_line), used(false) {}
bool IsNull() const
Determine if this is a "null" instance, i.e.
ConfigParam(int _line=-1)
A path name in the native file system character set.
bool used
This flag is false when nobody has queried the value of this option yet.
AllocatedPath GetPath() const
Parse the value as a path.
ConfigParam & operator=(const ConfigParam &)=delete
ConfigParam * next
The next ConfigParam with the same name.