MCPcopy Create free account
hub / github.com/Nelarius/imnodes / GetVarPtr

Method GetVarPtr

imnodes.cpp:2563–2563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2561 ImU32 Count;
2562 ImU32 Offset;
2563 void* GetVarPtr(ImNodesStyle* style) const { return (void*)((unsigned char*)style + Offset); }
2564};
2565
2566static const ImNodesStyleVarInfo GStyleVarInfo[] = {

Callers 2

PushStyleVarFunction · 0.45
PopStyleVarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected