manage label data structure used in archive slice headers
More...
#include <label.hpp>
|
void | copy_from (const label &ref) |
|
void | move_from (label &&ref) noexcept |
|
manage label data structure used in archive slice headers
Definition at line 42 of file label.hpp.
◆ label() [1/2]
libdar::label::label |
( |
const label & |
ref | ) |
|
|
inline |
◆ label() [2/2]
libdar::label::label |
( |
label && |
ref | ) |
|
|
inlinenoexcept |
◆ common_size()
static U_I libdar::label::common_size |
( |
| ) |
|
|
inlinestatic |
◆ data() [1/2]
char * libdar::label::data |
( |
| ) |
|
|
inline |
◆ data() [2/2]
const char * libdar::label::data |
( |
| ) |
const |
|
inline |
◆ invert_first_byte()
void libdar::label::invert_first_byte |
( |
| ) |
|
|
inline |
◆ operator!=()
bool libdar::label::operator!= |
( |
const label & |
ref | ) |
const |
|
inline |
◆ operator=() [1/2]
label & libdar::label::operator= |
( |
const label & |
ref | ) |
|
|
inline |
◆ operator=() [2/2]
◆ size()
U_I libdar::label::size |
( |
| ) |
const |
|
inline |
◆ LABEL_SIZE
constexpr U_I libdar::label::LABEL_SIZE = 10 |
|
staticconstexprprivate |
◆ val
char libdar::label::val[LABEL_SIZE] |
|
private |
The documentation for this class was generated from the following file: