Home | History | Annotate | Download | only in dom

Lines Matching defs:domZfail

3996 		class domZfail;
3998 typedef daeSmartRef<domZfail> domZfailRef;
4001 class domZfail : public daeElement
4039 domZfail(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
4043 virtual ~domZfail() {}
4047 virtual domZfail &operator=( const domZfail &cpy ) { (void)cpy; return *this; }