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

Method set

Tools/EditorFramework/pugixml.cpp:5382–5387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5380 }
5381
5382 PUGI__FN bool xml_text::set(const char_t* rhs)
5383 {
5384 xml_node_struct* dn = _data_new();
5385
5386 return dn ? impl::strcpy_insitu(dn->value, dn->header, impl::xml_memory_page_value_allocated_mask, rhs) : false;
5387 }
5388
5389 PUGI__FN bool xml_text::set(int rhs)
5390 {

Callers 12

requestCoordItemMethod · 0.45
showMethod · 0.45
setTextureNameMethod · 0.45
saveMouseRelativeMethod · 0.45
saveSettingsMethod · 0.45
InitialiseByAttributesFunction · 0.45
setValueImplMethod · 0.45
setValueListImplMethod · 0.45
getCellDimensionMethod · 0.45
setTextureValueMethod · 0.45
saveMouseRelativeMethod · 0.45
_setAlignMethod · 0.45

Calls 3

strcpy_insituFunction · 0.70
set_value_convertFunction · 0.70
strlengthFunction · 0.70

Tested by

no test coverage detected