#include "infinint.hpp"
#include "../my_config.h"
#include "path.hpp"
#include "integers.hpp"
#include "user_interaction.hpp"
#include "thread_cancellation.hpp"
#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | libdar |
Enumerations | |
| enum | gf_mode { gf_read_only, gf_write_only, gf_read_write } |
| generic_file openning modes More... | |
the generic_file interface is widely used in libdar it defines the standard way of transmitting data between different part of the library
Definition in file generic_file.hpp.
1.4.2