Home
last modified time | relevance | path

Searched defs:nipimpl (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/xmlwrapp/
H A Dnode_iterator.cpp65 struct xml::impl::nipimpl : public pimpl_base<xml::impl::nipimpl> { struct in xml::impl
66 node_iterator it;
68 nipimpl (void) {}; in nipimpl() argument
69 nipimpl (xmlNodePtr ptr) : it(ptr) {} in nipimpl() function
70 nipimpl (const nipimpl &other) : it(other.it) {} in nipimpl() function
/dports/textproc/xmlwrapp/xmlwrapp-0.7.0/src/libxml/
H A Dnode_iterator.cxx59 struct impl::nipimpl : public pimpl_base<impl::nipimpl> struct in xml::impl
61 node_iterator it;
63 nipimpl() {}; in nipimpl() argument
64 nipimpl(xmlNodePtr ptr) : it(ptr) {} in nipimpl() argument
65 nipimpl(const nipimpl& other) : it(other.it) {} in nipimpl() function