Searched defs:CProps (Results 1 – 1 of 1) sorted by relevance
56 struct CProps struct58 CObjectVector<CProp> Props;60 void Clear() { Props.Clear(); } in Clear()62 bool AreThereNonOptionalProps() const in AreThereNonOptionalProps()86 class CMethodProps: public CProps argument