blob: 76173902b1b04d7318bbc11011c6d3cf67cbbd78 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 - 2012 ACIN, Profactor GmbH
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Michael Hofmann, Alois Zoitl, Ingo Hegny
* - initial API and implementation and/or initial documentation
*******************************************************************************/
//!!!autogenerated code - DO NOT EDIT!!!
#include "stringlist.h"
${STRINGLIST_CPP}
#ifdef FORTE_STRING_DICT_FIXED_MEMORY
CStringDictionary::TStringId CStringDictionary::scmIdList[cgFORTE_StringDictInitialMaxNrOfStrings]
#else
const CStringDictionary::TStringId CStringDictionary::scmIdList[]
#endif
= {${scmIdList_Str}};
#ifdef FORTE_STRING_DICT_FIXED_MEMORY
char CStringDictionary::scmConstStringBuf[cgFORTE_StringDictInitialStringBufSize]
#else
const char CStringDictionary::scmConstStringBuf[]
#endif
= {"${scmConstStringBuf_Str}"};
${ErrorStringBuf}