Home | History | Annotate | Download | only in dom

Lines Matching defs:domRef

3665 		class domRef;
3667 typedef daeSmartRef<domRef> domRefRef;
3670 class domRef : public daeElement
3708 domRef(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
3712 virtual ~domRef() {}
3716 virtual domRef &operator=( const domRef &cpy ) { (void)cpy; return *this; }