![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
Struct metadata stored alongside bytecode (struct section). More...
#include <CodeGen.hpp>
Public Attributes | |
| std::string | name |
| Struct name. | |
| int | firstConstIndex |
| Index into constants for the first default value. | |
| int | fieldCount |
| Number of fields in this struct. | |
| std::vector< std::string > | fieldNames |
| Field names in declaration order. | |
Struct metadata stored alongside bytecode (struct section).
Definition at line 191 of file CodeGen.hpp.
| int Phasor::StructInfo::fieldCount |
Number of fields in this struct.
Definition at line 195 of file CodeGen.hpp.
| std::vector<std::string> Phasor::StructInfo::fieldNames |
Field names in declaration order.
Definition at line 196 of file CodeGen.hpp.
| int Phasor::StructInfo::firstConstIndex |
Index into constants for the first default value.
Definition at line 194 of file CodeGen.hpp.
| std::string Phasor::StructInfo::name |
Struct name.
Definition at line 193 of file CodeGen.hpp.