lxfile Member List
This is the complete list of members for
lxfile, including all inherited members.
| close(void) (defined in lxfile) | lxfile | [virtual] |
| exists(void) (defined in lxfile) | lxfile | [inline, private] |
| filename (defined in lxfile) | lxfile | [protected] |
| flush(void) (defined in lxfile) | lxfile | [inline, virtual] |
| is_open(void) const (defined in lxfile) | lxfile | [inline, virtual] |
| is_readonly(void) const (defined in lxfile) | lxfile | [inline, virtual] |
| lx_file (defined in lxfile) | lxfile | [protected] |
| lx_size (defined in lxfile) | lxfile | [protected] |
| lxfile(void) (defined in lxfile) | lxfile | [inline] |
| lxfile(const std::string &filename, const bool readonly=false) (defined in lxfile) | lxfile | [inline] |
| MAX_IO_BLOCK_SIZE (defined in lxfile) | lxfile | [static] |
| name(void) const (defined in lxfile) | lxfile | [inline, virtual] |
| noncopyable(void) (defined in noncopyable) | noncopyable | [inline, private] |
| offset_t typedef | file | |
| open(const std::string &filename, bool readonly=false) (defined in lxfile) | lxfile | [virtual] |
| read(uint8_t *buffer, offset_t offset, offset_t number) (defined in lxfile) | lxfile | [virtual] |
| read(uint8_t *buffer, offset_t offset, offset_t number)=0 (defined in file) | file | [pure virtual] |
| readonly (defined in lxfile) | lxfile | [protected] |
| size(void) const (defined in lxfile) | lxfile | [inline, virtual] |
| static_assert(is_signed< offset_t >::conforms,"offset_t must be a signed integer") (defined in file) | file | |
| write(uint8_t *buffer, offset_t offset, offset_t number) (defined in lxfile) | lxfile | [virtual] |
| write(uint8_t *buffer, offset_t offset, offset_t number)=0 (defined in file) | file | [pure virtual] |
| ~file(void) | file | [inline, virtual] |
| ~lxfile(void) (defined in lxfile) | lxfile | [inline, virtual] |
| ~noncopyable(void) (defined in noncopyable) | noncopyable | [inline, private] |