blob: 98e0124a7d296dcb5f5c4d53a5765b398a3ca7e5 [file] [log] [blame]
«DEFINE Start FOR Object»
«FILE this+".hpp"»
// comment
#include "blah.hpp"
class
«this»{ public:
// constructor
«this»();
// destructor
this»();
private:
int m;
};
«ENDFILE»
«ENDDEFINE»