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

Method FieldMetaInfo

src/core/dataMemoryLevel.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 **************************************/
22
23FieldMetaInfo::FieldMetaInfo() : name(NULL), info(NULL), infoSize(0), dataType(DATATYPE_UNKNOWN), N(0), arrNameOffset(0) {}
24
25void FieldMetaInfo::copyFrom(FieldMetaInfo *f) {
26 if (f!=NULL) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected