Add cpp_member_function and cpp_conversion_op
This commit is contained in:
parent
d2b5a79ba2
commit
03da9ceb63
5 changed files with 206 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ namespace cppast
|
|||
|
||||
function_parameter_t,
|
||||
function_t,
|
||||
member_function_t,
|
||||
conversion_op_t,
|
||||
|
||||
count,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue