MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / empty

Method empty

src/strings_type.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 inline void clear() { this->string.clear(); }
108 inline bool empty() const { return this->string.empty(); }
109
110private:
111 std::string string; ///< The encoded string.

Callers 15

ReplaceParamMethod · 0.95
GetRailTypeTranslationFunction · 0.45
OnRealtimeTickMethod · 0.45
SignNameSorterMethod · 0.45
SignNameFilterMethod · 0.45
RenameSignFunction · 0.45
UpdateSignEditWindowMethod · 0.45
DrawDetailsMethod · 0.45
GfxFillPolygonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected