Add cpp_member_function and cpp_conversion_op

This commit is contained in:
Jonathan Müller 2017-01-24 21:15:49 +01:00
commit 03da9ceb63
5 changed files with 206 additions and 0 deletions

View file

@ -36,6 +36,8 @@ namespace cppast
function_parameter_t,
function_t,
member_function_t,
conversion_op_t,
count,
};