MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Int

Method Int

extern/ttmath/ttmathint.h:1090–1093  ·  view source on GitHub ↗

! a constructor for converting string to this class (with the base=10) */

Source from the content-addressed store, hash-verified

1088 a constructor for converting string to this class (with the base=10)
1089 */
1090 Int(const wchar_t * s)
1091 {
1092 FromString(s);
1093 }
1094
1095
1096 /*!

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected