MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / getColumnCount

Method getColumnCount

tools/excelRTD/RTDMonitor.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 int getColumnCount() const
104 {
105 return this->dataSource_->modelRoot()->width();
106 }
107
108 std::list<std::string> getNodeChildren(const std::string& parentId) const
109 {

Callers

nothing calls this directly

Calls 2

widthMethod · 0.80
modelRootMethod · 0.80

Tested by

no test coverage detected