#include <fileio.hpp>
langedge::TextFileOutputに対する継承グラフ


Public メソッド | |
| TextFileOutput () | |
| デフォルトコンストラクタ | |
| TextFileOutput (const char *filename) | |
| コンストラクタ (C-string なファイル名によるファイルオープン). | |
| TextFileOutput (const std::string &filename) | |
| コンストラクタ (std::string なファイル名よるファイルオープン). | |
| virtual | ~TextFileOutput () |
| デストラクタ (ファイルクローズも行う) | |
| virtual int | open (const char *filename) |
| テキストファイルのオープン -- 書き込み用 (C-string なファイル名). | |
| int | open (const std::string &filename) |
| ファイルのオープン -- 書き込み用 (std::string なファイル名) | |
テキストファイルの出力に特化したラッパークラス。FileOutput から派生し、 オープンモードは、TEXT に固定である。
|
|
デフォルトコンストラクタ
|
|
|
コンストラクタ (C-string なファイル名によるファイルオープン).
|
|
|
コンストラクタ (std::string なファイル名よるファイルオープン).
|
|
|
デストラクタ (ファイルクローズも行う)
|
|
|
テキストファイルのオープン -- 書き込み用 (C-string なファイル名). ファイルを書き込み用にオープンする。ファイルが存在しなければ作成される。 既存ファイルは長さ 0 になる。
langedge::FileOutputを再定義しています。 |
|
|
ファイルのオープン -- 書き込み用 (std::string なファイル名)
langedge::FileOutputを再定義しています。 |
1.4.2