MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / value

Method value

scintilla/include/SString.h:250–252  ·  view source on GitHub ↗

Read an integral numeric value from the string. */

Source from the content-addressed store, hash-verified

248 }
249 /** Read an integral numeric value from the string. */
250 int value() const {
251 return s ? atoi(s) : 0;
252 }
253 bool startswith(const char *prefix);
254 bool endswith(const char *suffix);
255 int search(const char *sFind, lenpos_t start=0) const;

Callers 1

GetIntMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected