C++ AST field
internal class CppASTFieldInheritance System.Object 🡒 CppASTField
| Properties | |
|---|---|
| Access | access modifier |
| AccessIntern | convert access to PlantUML format |
| FieldType | field type |
| Name | Name |
| Source | source parser |
| Static | is static |
| Methods | |
|---|---|
| PrintForDiagram(string, List<Tuple<string,string,string>>) | print for PlantUML diagram |
| PrintForList(int) | print for list |
| PrintForTableRow(Table) | Adds the current object's data as a new row to the specified table. |