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

Method size

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

Alias for length()

Source from the content-addressed store, hash-verified

135
136 // Alias for length()
137 size_type size () const { return rep_->size; }
138
139 // Checks if a TiXmlString is empty
140 bool empty () const { return rep_->size == 0; }

Callers 7

SizeMethod · 0.45
StreamInMethod · 0.45
save_fileFunction · 0.45
decompressFunction · 0.45
compressFunction · 0.45
decodeFunction · 0.45
encodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected