EditableContent.save - multiple declarations

Function EditableContent.save

save to output stream in specified format

Prototype

bool save(
  OutputStream stream,
  string filename,
  TextFileFormat format
);

Function EditableContent.save

save to output stream in current format

Prototype

bool save(
  OutputStream stream,
  string filename
);

Function EditableContent.save

save to file in specified format

Prototype

bool save(
  string filename,
  TextFileFormat format
);

Function EditableContent.save

save to file in current format

Prototype

bool save(
  string filename = null
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0