MCPcopy Create free account
hub / github.com/OAID/Tengine / B0

Class B0

internal/tests/core/test/test_base_object.cpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51class B0 : public BaseObject
52{
53public:
54 B0()
55 {
56 (*this)["b0_obj"] = 1;
57 }
58};
59
60class B1 : public B0
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected