LineStream.create - multiple declarations
- Function LineStream.create
- Function LineStream.create
Function LineStream.create
Factory for InputStream parser
Prototype
static LineStream create( std.stream. InputStream stream, string filename, bool autodetectUTFIfNoBOM = true );
Function LineStream.create
Factory method for string parser
Prototype
static LineStream create( string code, string filename = "" );
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0