mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-14 08:01:49 +01:00
*** empty log message ***
This commit is contained in:
parent
4f63d8dcdf
commit
686056afeb
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ class Node : public Node_base
|
|||
|
||||
bool hasAttributes() const { return impl_->hasAttributes(); }
|
||||
|
||||
// you almost certainly don't need to use this function
|
||||
Node_impl<stringT>* unlying_impl() const { return *impl_; }
|
||||
|
||||
protected:
|
||||
Proxy<Node_impl<stringT> > impl_;
|
||||
|
||||
|
|
Loading…
Reference in a new issue