Searched defs:ArrayElement (Results 1 – 1 of 1) sorted by relevance
53 struct ArrayElement { struct61 ArrayElement(ElementType type, double number) : type(type), value(number) {} in ArrayElement() function62 ArrayElement(ElementType type, const std::string& str) : type(type), value(str) {} in ArrayElement() function