Sign in
eclipse
/
m2t
/
org.eclipse.xpand
/
92a94d7b8671814bb5e86f4ae3b2bce7c7518e79
/
.
/
examples
/
org.eclipse.xpand.examples.support.cdt
/
src
/
templates
/
CppClass.xpt
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
»