slice header structure is defined here More...
#include "../my_config.h"#include "infinint.hpp"#include "generic_file.hpp"#include "user_interaction.hpp"Go to the source code of this file.
Namespaces | |
| namespace | libdar |
libdar namespace encapsulate all libdar symbols | |
Typedefs | |
| typedef U_32 | libdar::magic_number |
| typedef char | libdar::label [LABEL_SIZE] |
Functions | |
| void | libdar::label_copy (label &left, const label &right) |
| bool | libdar::header_label_is_equal (const label &a, const label &b) |
| void | libdar::header_generate_internal_filename (label &ret) |
Variables | |
| const unsigned int | libdar::LABEL_SIZE = 10 |
| const char | libdar::FLAG_NON_TERMINAL = 'N' |
| const char | libdar::FLAG_TERMINAL = 'T' |
| const char | libdar::EXTENSION_NO = 'N' |
| const char | libdar::EXTENSION_SIZE = 'S' |
| const char | libdar::EXTENSION_TLV = 'T' |
| const U_32 | libdar::SAUV_MAGIC_NUMBER = 123 |
slice header structure is defined here
Definition in file header.hpp.
1.6.3