Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Idx
Method
Idx
Engine/source/core/util/test/swizzleTest.cpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
TestStruct( const S32 data = -1 ) : mData( data ), mIdx( smIdx++ ) {};
38
39
dsize_t Idx() const { return mIdx; }
40
41
U32 Data() const { return mData; }
42
void Data(U32 val) { mData = val; }
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected