MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / TableElementFileNames

Function TableElementFileNames

src/codegenerator.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151static wxString TableElementFileNames(const char *ssc_varname)
152{
153 // handle SAMnt table (":") naming for files to be read into ssc
154 wxString fn = wxString(ssc_varname);
155 fn.Replace(":", "_");
156 return fn;
157}
158
159CodeGen_Base::CodeGen_Base( Case *cc, const wxString &fullpath )
160 : m_case( cc )

Callers 1

InputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected