Disk ARchive
2.4.5
|
defines the interaction between libdar and the user.Three classes are defined More...
#include "infinint.hpp"
#include "../my_config.h"
#include <string>
#include "erreurs.hpp"
#include "integers.hpp"
#include "secu_string.hpp"
Go to the source code of this file.
Classes | |
class | libdar::user_interaction |
This is a pure virtual class that is used by libdar when interaction with the user is required. More... | |
class | libdar::user_interaction_callback |
full implemented class for user_interaction based on callback functions. More... | |
class | libdar::user_interaction_blind |
full implementation class for user_interaction, which shows nothing and assumes answer "no" to any question More... |
Namespaces | |
namespace | libdar |
libdar namespace encapsulate all libdar symbols |
defines the interaction between libdar and the user.
Three classes are defined
Definition in file user_interaction.hpp.