dyaml v0.8.0 (2019-05-26T18:26:26Z)
Home
Dub
Repo
Emitter
dyaml
emitter
package
struct
Emitter (
Range
CharType
)
if
(
isOutputRange
!(
Range
,
CharType
)
) {
this
(
Range
stream
,
const
bool
canonical
,
const
int
indent
,
const
int
width
,
const
LineBreak
lineBreak
)
;
void
emit
(
Event
event
)
;
}
Constructors
this
this
(
Range
stream
,
const
bool
canonical
,
const
int
indent
,
const
int
width
,
const
LineBreak
lineBreak
)
Construct an emitter.
Members
Functions
emit
void
emit
(
Event
event
)
Emit an event.
Meta
Source
See Implementation
dyaml
emitter
structs
Emitter
ScalarAnalysis