Searched defs:CPropVal (Results 1 – 1 of 1) sorted by relevance
46 struct CPropVal struct48 bool IsNumber;49 AString String;50 UInt64 Number;52 CPropVal(): IsNumber(false), Number(0) {} in CPropVal() argument