MCPcopy Create free account
hub / github.com/assimp/assimp / GetPropertyString

Method GetPropertyString

code/Common/Exporter.cpp:641–644  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get a configuration property

Source from the content-addressed store, hash-verified

639// ------------------------------------------------------------------------------------------------
640// Get a configuration property
641const std::string ExportProperties::GetPropertyString(const char* szName,
642 const std::string& iErrorReturn /*= ""*/) const {
643 return GetGenericProperty<std::string>(mStringProperties,szName,iErrorReturn);
644}
645
646// ------------------------------------------------------------------------------------------------
647// Has a configuration property

Callers 9

TEST_FFunction · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
ExportToBlobMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45
SetupPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected