#include <cassert>
#include <libxml++/libxml++.h>
#include "kitlistdao.hpp"
#include "kitmodel.hpp"
Go to the source code of this file.
Classes | |
class | XmlDao |
Implementation of a KitListDao using XML as the persistence store. More... | |
Defines | |
#define | XMLDAO_H 1 |
#define | NYI assert(false == "Method not implemented") |
#define NYI assert(false == "Method not implemented") |
Definition at line 35 of file xmldao.hpp.
Referenced by XmlDao::add_item(), XmlDao::append_items_to_category(), XmlDao::associate_item_with_category(), XmlDao::delete_category(), XmlDao::delete_item(), XmlDao::get_all_items(), XmlDao::get_categories(), XmlDao::get_category(), XmlDao::new_category(), XmlDao::remove_item_from_category(), XmlDao::set_all_flags(), XmlDao::set_category_flag(), XmlDao::set_item_flag(), XmlDao::unset_all_flags(), XmlDao::unset_category_flag(), XmlDao::unset_item_flag(), and XmlDao::update_item_checked_state().
#define XMLDAO_H 1 |
Definition at line 28 of file xmldao.hpp.