std.ifstream

class std.ifstream
Represents:

c++ class

Wraps:

boost::filesystem::ifstream

Bases:

std.istream

Constructors:

std.ifstream()

std.ifstream(std.string filename)

Параметры:

filename (std.string) –

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

Параметры:

Methods:

:is_open()

Тип результата:

bool

:open(std.string filename)

Параметры:

filename (std.string) –

:open(std.string filename, unsigned mode)

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