MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / IsEmpty

Method IsEmpty

src/Nazara/Core/String.cpp:2444–2447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2442 */
2443
2444 bool String::IsEmpty() const
2445 {
2446 return m_sharedString->size == 0;
2447 }
2448
2449 /*!
2450 * \brief Checks whether the string is null

Callers 15

RegisterClassesMethod · 0.80
QueryComponentIndexMethod · 0.80
LuaBinding_AudioMethod · 0.80
LoadExtensionsStringFunction · 0.80
LoadExtensions3Function · 0.80
DeclareVariablesMethod · 0.80
SaveToParametersMethod · 0.80
GetByNameMethod · 0.80
RegisterMethod · 0.80
OpenDeviceMethod · 0.80
ExecuteMethod · 0.80
AddSubMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected