|
libhatchet
|
This is the complete list of members for hxfile, including all inherited members.
| clear(void) | hxfile | |
| close(void) | hxfile | |
| eof(void) const | hxfile | inline |
| fail(void) const | hxfile | inline |
| flush(void) | hxfile | |
| get_pos(void) const | hxfile | |
| getline(char(&buffer_)[buffer_size_]) | hxfile | inline |
| getline(char *buffer_, int buffer_size_) | hxfile | |
| hxfile(void) | hxfile | |
| hxfile(uint8_t mode_, const char *filename_,...) | hxfile | |
| hxfile(uint8_t mode_, intptr_t file_) | hxfile | |
| hxfile(const char *file_, uint8_t mode_=0)=delete | hxfile | |
| hxfile(hxfile &&file_) noexcept | hxfile | |
| is_open(void) const | hxfile | |
| mode(void) const | hxfile | inline |
| open(uint8_t mode_, const char *filename_,...) | hxfile | |
| open_mode enum name | hxfile | |
| open_mode_asserts enum value | hxfile | |
| open_mode_in enum value | hxfile | |
| open_mode_none enum value | hxfile | |
| open_mode_out enum value | hxfile | |
| operator bool(void) const | hxfile | |
| operator<<(const T &t_) | hxfile | inline |
| operator<<(const char(&str_)[string_length_]) | hxfile | inline |
| operator=(hxfile &&file_) noexcept | hxfile | |
| operator>>(T &t_) | hxfile | inline |
| print(const char *format_,...) | hxfile | |
| read(void *bytes_, size_t buffer_size_, size_t count_) | hxfile | |
| read1(T &t_) | hxfile | inline |
| scan(const char *format_,...) | hxfile | |
| set_fail(void) | hxfile | inline |
| set_pos(size_t position_) | hxfile | |
| write(const void *bytes_, size_t count_) | hxfile | |
| write1(const T &t_) | hxfile | inline |
| ~hxfile() | hxfile |