MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / StructInArray

Class StructInArray

test/webidl/test.h:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154};
155
156struct StructInArray {
157 StructInArray() : attr1(0), attr2(0) {}
158 StructInArray(int _attr1, int _attr2) : attr1(_attr1), attr2(_attr2) {}
159 int attr1;
160 int attr2;
161};
162
163class ArrayClass {
164 public:

Callers 1

ArrayClassMethod · 0.85

Calls

no outgoing calls

Tested by 1

ArrayClassMethod · 0.68