MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / AddMember

Method AddMember

Source/ThirdParty/rapidjson/document.h:3027–3027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3025 MemberIterator FindMember(const std::basic_string<Ch>& name) const { return value_.FindMember(name); }
3026#endif
3027 GenericObject AddMember(ValueType& name, ValueType& value, AllocatorType& allocator) const { value_.AddMember(name, value, allocator); return *this; }
3028 GenericObject AddMember(ValueType& name, StringRefType value, AllocatorType& allocator) const { value_.AddMember(name, value, allocator); return *this; }
3029#if RAPIDJSON_HAS_STDSTRING
3030 GenericObject AddMember(ValueType& name, std::basic_string<Ch>& value, AllocatorType& allocator) const { value_.AddMember(name, value, allocator); return *this; }

Callers 15

SchemaErrorValueMethod · 0.80
SchemaErrorPointerMethod · 0.80
AddErrorMethod · 0.80
AddCurrentErrorMethod · 0.80
DoesNotMatchMethod · 0.80
DisallowedItemMethod · 0.80
DuplicateItemsMethod · 0.80
EndMissingPropertiesMethod · 0.80
DisallowedPropertyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected