18 lines
257 B
Plaintext
18 lines
257 B
Plaintext
|
/**
|
||
|
* @author : {{NAME}} ({{EMAIL}})
|
||
|
* @file : {{FILE}}
|
||
|
* @license : {{LICENSE}}
|
||
|
* @created : {{TIMESTAMP}}
|
||
|
*/
|
||
|
|
||
|
#include "{{FILE}}.hpp"
|
||
|
|
||
|
{{CAMEL_CLASS}}::{{CAMEL_CLASS}}()
|
||
|
{
|
||
|
{{CURSOR}}
|
||
|
}
|
||
|
|
||
|
{{CAMEL_CLASS}}::~{{CAMEL_CLASS}}()
|
||
|
{
|
||
|
}
|