dub v1.30.0 (2022-11-14T16:08:40Z)
Dub
Repo
ConfigParser
configy
Attributes
Undocumented in source.
interface
ConfigParser (
T
) {
import
dyaml
.
node
;
;
template
StructFieldRef
(ST, string DefaultName = null)
via
import
configy
.
FieldRef
:
StructFieldRef
;
;
struct
Context
via
import
configy
.
Read
:
Context
,
parseField
;
;
FR
.
Type
parseField
(Node node, string path, FR.Type defaultValue, Context ctx) via
import
configy
.
Read
:
Context
,
parseField
;
;
inout
(
Node
)
node
();
string
path
();
auto
parseAs
(OtherType defaultValue);
const
(
Context
)
context
();
}
Members
Functions
context
const
(
Context
)
context
()
Internal use only
node
inout
(
Node
)
node
()
parseAs
auto
parseAs
(OtherType defaultValue)
path
string
path
()
Meta
Source
See Implementation
configy
Attributes
functions
StartsWith
converter
interfaces
ConfigParser
structs
Converter
Key
Name
Optional
SetInfo