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

Method IterableClass

test/other/embind_tsgen.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42class IterableClass {
43 public:
44 IterableClass() : data{1, 2, 3} {}
45 unsigned int count() const { return 3; }
46 int at(unsigned int index) const { return data[index]; }
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected