MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getMemInstPtr

Method getMemInstPtr

Engine/source/core/threadStatic.h:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144public:
145 TorqueThreadStatic( T instanceVal ) : mInstance( instanceVal ) {}
146 virtual void *getMemInstPtr() { return &mInstance; }
147 virtual const void *getConstMemInstPtr() const { return &mInstance; }
148
149 // I am not sure these are needed, and I don't want to create confusing-to-debug code

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64