Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ empty
Method
empty
depends/tinyxml/tinystr.h:140–140 ·
view source on GitHub ↗
Checks if a TiXmlString is empty
Source
from the content-addressed store, hash-verified
138
139
// Checks if a TiXmlString is empty
140
bool empty () const { return rep_->size == 0; }
141
142
// Return capacity of string
143
size_type capacity () const { return rep_->capacity; }
Callers
8
Next
Method · 0.45
Previous
Method · 0.45
Print
Method · 0.45
save_file
Function · 0.45
decompress
Function · 0.45
compress
Function · 0.45
decode
Function · 0.45
encode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected