MCPcopy Create free account
hub / github.com/audeering/opensmile / setArrNameOffset

Method setArrNameOffset

src/core/dataWriter.cpp:200–203  ·  view source on GitHub ↗

set the array name offset of last field that was added

Source from the content-addressed store, hash-verified

198
199// set the array name offset of last field that was added
200void cDataWriter::setArrNameOffset(int arrNameOffset)
201{
202 dm->setArrNameOffset(level, arrNameOffset);
203}
204
205// this function may be called only before finalise instance, i.e. after configure instance
206int cDataWriter::addField(const char*lname, int lN, int arrNameOffset)

Callers 2

myFinaliseInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected