MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getData

Method getData

Source/Lua/Deprecated/CtrlrLuaMemoryBlock.h:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 MemoryBlock &getMemoryBlock() { return (mb); }
140 const MemoryBlock getCopy() const { return (mb); }
141 void *getData() const { return ((void *)mb.getData()); }
142
143 JUCE_LEAK_DETECTOR(CtrlrLuaMemoryBlock)
144

Callers 15

unpackDsiDataMethod · 0.45
packDsiDataMethod · 0.45
convertInt8Method · 0.45
convertUInt8Method · 0.45
convertInt16Method · 0.45
convertUInt16Method · 0.45
convertInt24Method · 0.45
convertInt32Method · 0.45
convertToUInt8Method · 0.45
insertMethod · 0.45
appendMethod · 0.45
copyFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected