Skip to content

FileParser

Julien SOYSOUVANH edited this page Nov 23, 2021 · 8 revisions

As its name suggests, the FileParser class' role is to parse and extract C++ entities from C++ files. It can retrieve data about namespaces, enums, variables, functions, classes/structs, fields, and methods. By default, only entities [tagged with the suitable macro](Mark entities for parsing) are parsed. The FileParser class is to use as is (there's no need to inherit/override anything), but [some settings](FileParser settings) are available to customize its behavior.

Index