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

Method GetValue

sdk/tests/test_feature/source/test_implicitcast.cpp:1369–1369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1367 Castee(const Castee &v) : m_v(v.m_v) {}
1368 Castee& operator=(const Castee& rhs) { m_v = rhs.m_v; return *this; }
1369 int GetValue() const { return m_v; }
1370 int m_v;
1371
1372 static void Construct(void *mem) { new(mem) Castee(); }

Callers 2

TestFunction · 0.45
CTest5Class · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected