Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.67 KB

File metadata and controls

27 lines (21 loc) · 1.67 KB

CppASTField Class

C++ AST field

internal class CppASTField

Inheritance 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.