MCPcopy Create free account
hub / github.com/Cheedoong/xml2json / FindMember

Function FindMember

include/rapidjson/document.h:1132–1135  ·  view source on GitHub ↗

Find member by name. ! \param name Member name to be searched. \pre IsObject() == true \return Iterator to member, if it exists. Otherwise returns \ref MemberEnd(). \note Earlier versions of Rapidjson returned a \c NULL pointer, in case the requested member doesn't exist. For consistency with e.g. \c std::map, this has been chang

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

document.hFile · 0.85
HasMemberFunction · 0.85
RemoveMemberFunction · 0.85
EraseMemberFunction · 0.85

Calls 6

StringRefFunction · 0.85
IsObjectFunction · 0.85
MemberBeginFunction · 0.85
MemberEndFunction · 0.85
FindMemberMethod · 0.80
GenericValueFunction · 0.70

Tested by

no test coverage detected