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

Method StringContents

code/AssetLib/FBX/FBXTokenizer.h:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101public:
102 std::string StringContents() const {
103 return std::string(begin(),end());
104 }
105
106 bool IsBinary() const {
107 return column == BINARY_MARKER;

Callers 5

CameraSwitcherMethod · 0.80
ReadTypedPropertyFunction · 0.80
PeekPropertyNameFunction · 0.80
ScopeMethod · 0.80
ModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected