MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / ToString

Method ToString

src/luxrays/utils/properties.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95string Blob::ToString() const {
96 stringstream ss;
97 ss << *this;
98
99 return ss.str();
100}
101
102ostream &luxrays::operator<<(ostream &os, const Blob &blob) {
103 os << "{[";

Callers 8

MenuCameraMethod · 0.45
mainFunction · 0.45
PropertiesTestsFunction · 0.45
Get<string>Method · 0.45
ExportSceneMethod · 0.45
test_Property_StringMethod · 0.45

Calls 6

GetValueTypeFunction · 0.85
atMethod · 0.80
strMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 2

test_Property_StringMethod · 0.36