mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-16 19:51:47 -07:00
Finished to_string initial impl
This commit is contained in:
@ -339,6 +339,8 @@ Interface :
|
||||
* def_typedef
|
||||
* def_using
|
||||
|
||||
Bodies:
|
||||
|
||||
* def_class_body
|
||||
* def_enum_body
|
||||
* def_function_body NOTE: Use this for operator bodies as well.
|
||||
@ -411,6 +413,8 @@ Interface :
|
||||
* parse_typedef
|
||||
* parse_using
|
||||
|
||||
Multiple defs:
|
||||
|
||||
* parse_classes
|
||||
* parse_enums
|
||||
* parse_functions
|
||||
|
Reference in New Issue
Block a user