MCPcopy Create free account
hub / github.com/MyGUI/mygui / set_value

Method set_value

Tools/EditorFramework/pugixml.cpp:4337–4343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4335 }
4336
4337 PUGI__FN bool xml_attribute::set_value(const char_t* rhs)
4338 {
4339 if (!_attr)
4340 return false;
4341
4342 return impl::strcpy_insitu(_attr->value, _attr->header, impl::xml_memory_page_value_allocated_mask, rhs);
4343 }
4344
4345 PUGI__FN bool xml_attribute::set_value(int rhs)
4346 {

Callers 15

generateSkinMethod · 0.45
serializationMethod · 0.45
writeSkinMethod · 0.45
writeRegionMethod · 0.45
writeStateMethod · 0.45
writeStateTextMethod · 0.45
mergeNodesMethod · 0.45
mergeAttributesMethod · 0.45
recursive_copy_skipFunction · 0.45
append_copyMethod · 0.45
prepend_copyMethod · 0.45
insert_copy_afterMethod · 0.45

Calls 2

strcpy_insituFunction · 0.70
set_value_convertFunction · 0.70

Tested by 1

generateSkinMethod · 0.36