MCPcopy Create free account
hub / github.com/anjo76/angelscript / AArrayArray

Class AArrayArray

sdk/tests/test_feature/source/test_arrayobject.cpp:330–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329};
330class AArrayArray {
331public:
332 AArrayArray() {}
333 AArrayArray(const AArrayArray &) {}
334 AArray operator[] (int ) {
335 return AArray();
336 }
337};
338
339
340bool Test2()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected