MCPcopy Create free account
hub / github.com/Clarionos/clarion / windows_string

Method windows_string

libraries/fc/src/filesystem.cpp:146–150  ·  view source on GitHub ↗

* @todo use iterators instead of indexes for * faster performance */

Source from the content-addressed store, hash-verified

144 * faster performance
145 */
146 fc::string path::windows_string()const {
147 std::string result = _p->generic_string();
148 std::replace(result.begin(), result.end(), '/', '\\');
149 return result;
150 }
151
152 fc::string path::string()const {
153 return _p->string();

Callers

nothing calls this directly

Calls 3

generic_stringMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected