00001 /*************************************************************************** 00002 options.cpp - Static initialization block for class ExaltOptions. 00003 ------------------- 00004 begin : June 21 2002 00005 copyright : (C) 2003 by Vojtìch Toman 00006 email : vtoman@lit.cz 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00025 #include "options.h" 00026 00027 ExaltOptions::OptionValue ExaltOptions::options[] = { 00028 ExaltOptions::No, //Not in verbose mode 00029 ExaltOptions::AdaptiveModel, //Using the adaptive model 00030 DEFAULT_OUTPUT_ENCODING, //Use the default output encoding 00031 ExaltOptions::No, //Don't print the grammar 00032 ExaltOptions::No, //Don't print the element models 00033 ExaltOptions::None};