2 #include "HIOUtilityHTML.h"
3 #include "DownwardStack.h"
5 namespace hio_html_internal
14 HC_KEY const & Peek()
const;
16 KeyArray
const & KeyPath()
const;
17 KeyArray
const * operator-> ()
const;
19 size_t FullSize()
const;
20 size_t GrownSize()
const;
21 bool ContainsGrownIncludes()
const;
26 void PushGeneric(
HC_KEY key);
31 size_t grownIncludeCount;
33 mutable KeyArray cachedKeyPath;
34 mutable bool cachedKeyPathValidity;
Definition: GrownKeyPath.h:7