class archive_num stores the position of an archive inside a dar_manager database
More...
#include <archive_num.hpp>
|
static constexpr U_I | val_size = sizeof(U_16) |
|
static constexpr U_I | MAX = 65534 |
|
class archive_num stores the position of an archive inside a dar_manager database
Definition at line 46 of file archive_num.hpp.
◆ archive_num()
libdar::archive_num::archive_num |
( |
U_16 |
arg = 0 | ) |
|
|
inline |
◆ operator U_16()
libdar::archive_num::operator U_16 |
( |
| ) |
const |
|
inline |
this operator makes an object of that class convertible to an 16 bits integer
- Note
- this is the only call you should need, just use an archive_num implictely of explicitely as an integer
Definition at line 60 of file archive_num.hpp.
◆ operator++()
◆ operator=()
U_16 libdar::archive_num::operator= |
( |
U_16 |
arg | ) |
|
|
inline |
◆ set()
void libdar::archive_num::set |
( |
U_16 |
arg | ) |
|
|
inlineprivate |
◆ MAX
constexpr U_I libdar::archive_num::MAX = 65534 |
|
staticconstexprprivate |
◆ val
U_16 libdar::archive_num::val |
|
private |
◆ val_size
constexpr U_I libdar::archive_num::val_size = sizeof(U_16) |
|
staticconstexprprivate |
The documentation for this class was generated from the following file: