EditableContent.load - multiple declarations

Function EditableContent.load

load content form input stream

Prototype

bool load(
  InputStream f,
  string fname = null
);

Function EditableContent.load

load content from file

Prototype

bool load(
  string filename
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0