Home | History | Annotate | Download | only in dom

Lines Matching defs:domFunc

41 		class domFunc;
43 typedef daeSmartRef<domFunc> domFuncRef;
46 class domFunc : public daeElement
84 domFunc(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
88 virtual ~domFunc() {}
92 virtual domFunc &operator=( const domFunc &cpy ) { (void)cpy; return *this; }
3598 class domFunc;
3600 typedef daeSmartRef<domFunc> domFuncRef;
3603 class domFunc : public daeElement
3641 domFunc(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
3645 virtual ~domFunc() {}
3649 virtual domFunc &operator=( const domFunc &cpy ) { (void)cpy; return *this; }