std.ofstream¶
- class std.ofstream¶
- Represents:
c++ class
- Wraps:
boost::filesystem::ofstream
- Bases:
Constructors:
- std.ofstream()¶
- std.ofstream(std.string filename)
-
- Параметры:
filename (
std.string) –
- std.ofstream(std.string filename, unsigned mode)
-
- Параметры:
filename (
std.string) –mode (
unsigned) –
Methods:
- :is_open()¶
-
- Тип результата:
bool
- :open(std.string filename)¶
-
- Параметры:
filename (
std.string) –
- :open(std.string filename, unsigned mode)
-
- Параметры:
filename (
std.string) –mode (
unsigned) –
- :close()¶