NCBI C++ ToolKit
|
This file contains declarations required for iterators dereferencing support. More...
#include <misc/xmlwrapp/attributes.hpp>
#include <misc/xmlwrapp/namespace.hpp>
#include <misc/xmlwrapp/node.hpp>
#include "pimpl_base.hpp"
#include <libxml/tree.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | xml::impl::phantom_attr |
struct | xml::impl::attr_instance |
struct | xml::impl::node_private_data |
Namespaces | |
xml | |
XML library namespace. | |
xml::impl | |
Functions | |
void | xml::impl::cleanup_node (xmlNodePtr xmlnode) |
node_private_data * | xml::impl::attach_node_private_data (void *) |
void * | xml::impl::get_ptr_to_attr_instance (void *) |
void | xml::impl::invalidate_default_attr_iterators (xmlNodePtr xmlnode) |
This file contains declarations required for iterators dereferencing support.
Definition in file deref_impl.hpp.