Home | History | Annotate | Download | only in dom

Lines Matching defs:domRef

2009 		class domRef;
2011 typedef daeSmartRef<domRef> domRefRef;
2014 class domRef : public daeElement
2052 domRef(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
2056 virtual ~domRef() {}
2060 virtual domRef &operator=( const domRef &cpy ) { (void)cpy; return *this; }
2604 class domRef;
2606 typedef daeSmartRef<domRef> domRefRef;
2609 class domRef
2647 domRef(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
2651 virtual ~domRef() {}
2655 virtual domRef &operator=( const domRef &cpy ) { (void)cpy; return *this; }