Lines Matching refs:domFunc
47 class domFunc;
49 typedef daeSmartRef<domFunc> domFuncRef;
52 class domFunc : public daeElement
90 domFunc(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
94 virtual ~domFunc() {}
98 virtual domFunc &operator=( const domFunc &cpy ) { (void)cpy; return *this; }
1942 class domFunc;
1944 typedef daeSmartRef<domFunc> domFuncRef;
1947 class domFunc : public daeElement
1985 domFunc(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
1989 virtual ~domFunc() {}
1993 virtual domFunc &operator=( const domFunc &cpy ) { (void)cpy; return *this; }