Home | History | Annotate | Download | only in dom

Lines Matching defs:domSrc

238 		class domSrc;
240 typedef daeSmartRef<domSrc> domSrcRef;
243 class domSrc : public daeElement
281 domSrc(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
285 virtual ~domSrc() {}
289 virtual domSrc &operator=( const domSrc &cpy ) { (void)cpy; return *this; }