|
ARB
|
#include <FileContent.h>


Public Member Functions | |
| FileContent (const char *path_) | |
| ~FileContent () | |
| GB_ERROR | has_error () const |
| StrArray & | lines () |
| GB_ERROR | save () |
| GB_ERROR | saveAs (const char *path_) |
Definition at line 21 of file FileContent.h.
|
inline |
Definition at line 32 of file FileContent.h.
|
inline |
Definition at line 33 of file FileContent.h.
|
inline |
Definition at line 35 of file FileContent.h.
Referenced by lines().
|
inline |
Definition at line 37 of file FileContent.h.
References arb_assert, and has_error().
| GB_ERROR FileContent::save | ( | ) |
Definition at line 35 of file FileContent.cxx.
References arb_assert, error(), fputc(), fputs(), and GB_IO_error().
Referenced by saveAs().
Definition at line 43 of file FileContent.h.
References save().
1.8.8