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