Home
last modified time | relevance | path

Searched refs:startInclude (Results 1 – 2 of 2) sorted by relevance

/trunk/main/configmgr/source/
H A Dpartial.cxx94 if (p->startInclude) { in Partial()
99 p->startInclude = true; in Partial()
138 includes |= p->startInclude; in contains()
141 && !p->startInclude ) in contains()
H A Dpartial.hxx57 Node(): startInclude(false) {} in Node()
58 void clear() { startInclude=false; children.clear(); } in clear()
61 bool startInclude; member