MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ComparePaths

Method ComparePaths

Externals/Assimp-3.1.1/include/IOSystem.hpp:213–220  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

211
212// ----------------------------------------------------------------------------
213inline bool IOSystem::ComparePaths (const std::string& one,
214 const std::string& second) const
215{
216 // NOTE:
217 // For compatibility, interface was changed to const char* to
218 // avoid crashes between binary incompatible STL versions
219 return ComparePaths(one.c_str(),second.c_str());
220}
221
222// ----------------------------------------------------------------------------
223} //!ns Assimp

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected