#include {name} using namespace {namespace}; {{ for method in methods }} {method.ret_type} {name}::{method.name}() \{ } {{ endfor }}