MCPcopy Create free account
hub / github.com/DFHack/dfhack / length

Method length

depends/tinyxml/tinystr.h:134–134  ·  view source on GitHub ↗

Return the length of a TiXmlString

Source from the content-addressed store, hash-verified

132
133 // Return the length of a TiXmlString
134 size_type length () const { return rep_->size; }
135
136 // Alias for length()
137 size_type size () const { return rep_->size; }

Callers 15

loadScriptFileMethod · 0.80
InitSimulationThreadMethod · 0.80
capitalize_string_wordsFunction · 0.80
word_wrapFunction · 0.80
doReadClassNameMethod · 0.80
hasEndingMethod · 0.80
internal_cxxDemangleFunction · 0.80
find_union_tag_candidateFunction · 0.80
prompt_refreshMethod · 0.80
getVerbFunction · 0.80
getAttackerFunction · 0.80
drawBorderMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64