Home | History | Annotate | Download | only in dom

Lines Matching defs:domValue

114 		class domValue;
116 typedef daeSmartRef<domValue> domValueRef;
119 class domValue : public daeElement
157 domValue(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
161 virtual ~domValue() {}
165 virtual domValue &operator=( const domValue &cpy ) { (void)cpy; return *this; }