LineStream.create - multiple declarations

Function LineStream.create

Factory for InputStream parser

Prototype

static LineStream create(
  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