, including all inherited members.
AppendStateInfo(String_t *state) const | File_t | [protected, virtual] |
AsyncOpenComplete() | File_t | [protected, virtual] |
Close() | File_t | [virtual] |
File_t() | File_t | |
Flush() | File_t | [virtual] |
FunctionIn(const IOStream_t *file, bool from_thread, stringliteral *function, stringliteral *format,...) | IOStream_t | [protected, static] |
FunctionLogState(const IOStream_t *file, bool from_thread, int line, stringliteral *format,...) | IOStream_t | [protected, static] |
FunctionReadData(const IOStream_t *file, bool from_thread, int line, const byte *buffer, fileoff_t pos, int bytes_read) | IOStream_t | [protected, static] |
FunctionReadStart(const IOStream_t *file, bool from_thread, int line, fileoff_t pos, int bytes_to_read, bool force_read_all) | IOStream_t | [protected, static] |
FunctionReturn(const IOStream_t *file, bool from_thread, int line) | IOStream_t | [protected, static] |
FunctionReturnStatusCode(const IOStream_t *file, bool from_thread, int line, error_code_t status) | IOStream_t | [protected, static] |
FunctionWriteData(const IOStream_t *file, bool from_thread, int line, stringliteral *what, const byte *buffer, fileoff_t pos, int bytes_to_write, bool force_write_all) | IOStream_t | [protected, static] |
Open(const Path_t &path, int flags, mode_t permissions=0, MessageDestination_t< FileReadCompleteMessage_t > *read_dest=NULL, MessageDestination_t< FileWriteCompleteMessage_t > *write_dest=NULL, MessageDestination_t< FileOpenCompleteMessage_t > *open_dest=NULL) | File_t | [virtual] |
Open(const utf8 *path, int flags, mode_t permissions=0, MessageDestination_t< FileReadCompleteMessage_t > *read_dest=NULL, MessageDestination_t< FileWriteCompleteMessage_t > *write_dest=NULL, MessageDestination_t< FileOpenCompleteMessage_t > *open_dest=NULL) | File_t | [inline] |
Open(stringliteral *path, int flags, mode_t permissions=0, MessageDestination_t< FileReadCompleteMessage_t > *read_dest=NULL, MessageDestination_t< FileWriteCompleteMessage_t > *write_dest=NULL, MessageDestination_t< FileOpenCompleteMessage_t > *open_dest=NULL) | File_t | [inline] |
OpenFlags() const | File_t | [inline] |
OpenRWFlags() const | File_t | [inline] |
Path() const | File_t | [inline] |
Peek(byte *buffer, int bytes_to_read) | InputStream_t | [virtual] |
Position(out fileoff_t *position) | File_t | [virtual] |
Read(byte *buffer, int bytes_to_read, bool force_read_all=true) | File_t | [virtual] |
ReadLine(out String_t *line) | InputStream_t | [virtual] |
Seek(fileoff_t position) | File_t | [virtual] |
SeekRelative(fileoff_t delta) | IOStream_t | [virtual] |
SetFileUnderTest(IOStream_t *file) | IOStream_t | [static] |
Size(out fileoff_t *size) | File_t | [virtual] |
Write(const byte *buffer, int bytes_to_write, bool force_write_all=true) | File_t | [virtual] |
WriteLine(const String_t &line, line_ending_type_t line_ending=eLINEENDING_native) | OutputStream_t | [virtual] |
WriteLine(const utf8 *line, line_ending_type_t line_ending=eLINEENDING_native) | OutputStream_t | [virtual] |
WriteLine(stringliteral *line, line_ending_type_t line_ending=eLINEENDING_native) | OutputStream_t | [virtual] |
~File_t() | File_t | [virtual] |
~InputStream_t() | InputStream_t | [virtual] |
~OutputStream_t() | OutputStream_t | [virtual] |