a function in a C++ AST
internal class CppASTFunctionInheritance System.Object 🡒 CppASTFunction
| Properties | |
|---|---|
| Access | Gets or sets the access level or permissions associated with the current instance. |
| AccessIntern | get the access for diagram |
| After | After string query. |
| Before | Before string |
| Constructor | Gets or sets a value indicating is a constructor |
| Destructor | Gets or sets a value indicating whether the current member represents a destructor. |
| FunctionName | Function name |
| Source | Gets or sets the parser used to interpret C++ abstract syntax tree (AST) text content. |
| Static | Gets or sets a value indicating whether the member is static. |
| Methods | |
|---|---|
| PrintForDiagram() | Generates a formatted string representation of the function for use in diagrams. |
| PrintForList(int) | print the function in a list |
| PrintForTableRow(Table) | print the function in a table row |