Add cpp_constructor and cpp_destructor

This commit is contained in:
Jonathan Müller 2017-01-24 21:27:41 +01:00
commit 7c896453b5
5 changed files with 106 additions and 0 deletions

View file

@ -38,6 +38,8 @@ namespace cppast
function_t,
member_function_t,
conversion_op_t,
constructor_t,
destructor_t,
count,
};