MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getDataType

Method getDataType

src/util/DataTree.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61DataElement::Type DataElement::getDataType() {
62 return data_type;
63}
64
65size_t DataElement::getDataSize() {
66 return data_val.size();

Callers 4

loadInstanceMethod · 0.80
DataNodeClass · 0.80
DataElementMethod · 0.80
nodeToXMLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected