MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / toString

Function toString

src/utilities/core/UUID.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::string toString(const UUID& uuid) {
66 std::stringstream ss;
67 ss << '{';
68 boost::uuids::operator<<(ss, uuid);
69 ss << '}';
70 return ss.str();
71}
72
73std::string createUniqueName(const std::string& prefix) {
74 std::stringstream ss;

Callers 15

FileReferenceMethod · 0.70
completePathToFileFunction · 0.70
setFileExtensionFunction · 0.70
relativePathFunction · 0.70
relocatePathFunction · 0.70
PathHelpers.cppFile · 0.70
windowsDriveLetterFunction · 0.70
UnzipFileMethod · 0.70
extractAllFilesMethod · 0.70
extractFileMethod · 0.70
addIncludePathMethod · 0.70
RubyInterpreterMethod · 0.70

Calls 1

strMethod · 0.45

Tested by 15

printPathsFunction · 0.40
doEPJSONTranslationsMethod · 0.40
runMethod · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
addSpectralDataFieldMethod · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40