MCPcopy Create free account
hub / github.com/ImageEngine/cortex / InternedString

Function InternedString

include/IECore/InternedString.h:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 inline InternedString();
68 inline InternedString( const std::string &value );
69 inline InternedString( const char *value );
70 inline InternedString( const char *value, size_t length );
71 inline InternedString( const std::string_view &value );
72
73 InternedString( const InternedString &other ) = default;
74 InternedString &operator= ( const InternedString &rhs ) = default;
75 ~InternedString() = default;
76

Callers 14

nameFromUSDMethod · 0.85
cortexAttributeNameMethod · 0.85
childNamesMethod · 0.85
testRangeConstructionMethod · 0.85
SceneCache.cppFile · 0.85
sampleEntryMethod · 0.85
isJoinAdapterFunction · 0.85
convertObjectVectorMethod · 0.85
LinkedScene.cppFile · 0.85
loadSetWalkFunction · 0.85
stringFindSubstitutionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

testRangeConstructionMethod · 0.68