dyaml v0.8.4 (2021-09-08T03:39:10Z)
Home
Dub
Repo
Emitter
dyaml
emitter
Undocumented in source.
package
struct
Emitter (
Range
CharType
)
if
(
isOutputRange
!(
Range
,
CharType
)
) {
int
opCmp
(Emitter );
bool
opEquals
(Emitter );
this
(Range stream, bool canonical, int indent, int width, LineBreak lineBreak);
void
emit
(Event event);
}
Constructors
this
this
(Range stream, bool canonical, int indent, int width, LineBreak lineBreak)
Construct an emitter.
Members
Functions
emit
void
emit
(Event event)
Emit an event.
opCmp
int
opCmp
(Emitter )
Undocumented in source.
opEquals
bool
opEquals
(Emitter )
Undocumented in source.
Meta
Source
See Implementation
dyaml
emitter
structs
Emitter
ScalarAnalysis