1 #ifndef __SOURCETEMPLATE_H__
2 #define __SOURCETEMPLATE_H__
4 #include "motorcommon.h"
6 __MOTOR_BEGIN_NAMESPACE
13 sourcetemplate(const string
&afname
);
16 string
getfname() const;
17 string
getrawfname() const;
19 bool generate() const;
21 bool operator == (const string
&afname
) const;
22 bool operator != (const string
&afname
) const;
27 #ifdef __MOTOR_USE_NAMESPACES
29 using motor::sourcetemplate
;