Home | History | Annotate | Download | only in dom

Lines Matching defs:domSrc

232 		class domSrc;
234 typedef daeSmartRef<domSrc> domSrcRef;
237 class domSrc : public daeElement
275 domSrc(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
279 virtual ~domSrc() {}
283 virtual domSrc &operator=( const domSrc &cpy ) { (void)cpy; return *this; }