Struct Declaration Node.
More...
#include <AST.hpp>
Struct Declaration Node.
Definition at line 626 of file AST.hpp.
◆ StructDecl()
| Phasor::AST::StructDecl::StructDecl |
( |
std::string | n, |
|
|
std::vector< StructField > | f ) |
|
inline |
◆ print()
| void Phasor::AST::StructDecl::print |
( |
int | indent = 0 | ) |
const |
|
inlineoverridevirtual |
◆ fields
| std::vector<StructField> Phasor::AST::StructDecl::fields |
◆ name
| std::string Phasor::AST::StructDecl::name |
The documentation for this struct was generated from the following file: