std.ofstream

class std.ofstream
Represents:c++ class
Wraps:boost::filesystem::ofstream
Bases:std.ostream

Constructors:

std.ofstream()

std.ofstream(std.string filename)

Параметры:filename (std.string) –
std.ofstream(std.string filename, unsigned mode)

Параметры:

Methods:

:is_open()

Тип результата:bool
:open(std.string filename)

Параметры:filename (std.string) –
:open(std.string filename, unsigned mode)

Параметры:
:close()