manage label data structure used in archive slice headers
More...
#include <label.hpp>
|
| label (const label &ref) |
|
| label (label &&ref) noexcept |
|
label & | operator= (const label &ref) |
|
label & | operator= (label &&ref) noexcept |
|
bool | operator== (const label &ref) const |
|
bool | operator!= (const label &ref) const |
|
void | clear () |
|
bool | is_cleared () const |
|
void | generate_internal_filename () |
|
void | read (generic_file &f) |
|
void | dump (generic_file &f) const |
|
void | invert_first_byte () |
|
U_I | size () const |
|
char * | data () |
|
const char * | data () const |
|
|
static U_I | common_size () |
|
|
void | copy_from (const label &ref) |
|
void | move_from (label &&ref) noexcept |
|
|
static constexpr U_I | LABEL_SIZE = 10 |
|
manage label data structure used in archive slice headers
Definition at line 42 of file label.hpp.
The documentation for this class was generated from the following file: