Home | History | Annotate | Download | only in dom

Lines Matching defs:domDest

299 		class domDest;
301 typedef daeSmartRef<domDest> domDestRef;
304 class domDest : public daeElement
342 domDest(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
346 virtual ~domDest() {}
350 virtual domDest &operator=( const domDest &cpy ) { (void)cpy; return *this; }