MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / CNumericLocale

Method CNumericLocale

src/input_output/string_utilities.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63struct CNumericLocale
64{
65 CNumericLocale()
66 {
67#ifdef _WIN32
68 Locale = _create_locale(LC_NUMERIC, "C");
69#else
70 Locale = newlocale(LC_NUMERIC_MASK, "C", 0);
71#endif
72 }
73
74 ~CNumericLocale()
75 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected