MCPcopy Create free account
hub / github.com/PDAL/PDAL / l_names

Method l_names

pdal/PluginManager.cpp:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88template <typename T>
89StringList PluginManager<T>::l_names()
90{
91 StringList l;
92
93 std::lock_guard<std::mutex> lock(m_pluginMutex);
94 for (auto p : m_plugins)
95 l.push_back(p.first);
96 return l;
97}
98
99
100/**

Callers 1

namesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected