Home
last modified time | relevance | path

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

/AOO41X/main/autodoc/source/parser/cpp/
H A Dsownstck.hxx48 struct ContextForAry::S_OwnerStack struct in cpp::ContextForAry
81 bool IsExternC() const { return nExternC > 0; } in IsExternC()
84 typedef std::pair< ary::cpp::Class*, E_Protection > ClassEnv;
85 typedef EStack< ary::cpp::Namespace* > Stack_Namespaces;
86 typedef EStack< ClassEnv > Stack_Classes;
87 typedef ary::cpp::InputContext::Owner Ifc_Owner;
94 Stack_Namespaces aStack_Namespaces;
95 Stack_Classes aStack_Classes;
96 ary::cpp::Enum * pCurEnum;
97 … nExternC; /// This is a number, for the case that extern "C" blocks are nested.
[all …]