29 #include "../my_config.h" 93 void copy_from(
const mem_ui & ref);
mem_ui(user_interaction &dialog)
constructor
user_interaction & get_ui() const
get access to the user_interaction cloned object
This is a pure virtual class that is used by libdar when interaction with the user is required...
virtual ~mem_ui()
destructor
defines the interaction between libdar and the user.Three classes are defined
class mem_ui to keep a copy of a user_interaction object
libdar namespace encapsulate all libdar symbols
mem_ui(const mem_ui &ref)
the copy constructor
const mem_ui & operator=(const mem_ui &ref)
assignement operator