std.ofstream

class std.ofstream
Represents:

c++ class

Wraps:

boost::filesystem::ofstream

Bases:

std.ostream

Constructors:

std.ofstream()

std.ofstream(std.string filename)

Parameters:

filename (std.string) –

std.ofstream(std.string filename, unsigned mode)

Parameters:

Methods:

:is_open()

Return type:

bool

:open(std.string filename)

Parameters:

filename (std.string) –

:open(std.string filename, unsigned mode)

Parameters:
:close()