libFAUDES
Sections
Index
|
cfl_definitions.h File ReferenceCompiletime options. More... #include "configuration.h" #include <sstream> #include <iostream> #include "doxygen_groups.h" Go to the source code of this file.
Detailed DescriptionCompiletime options. This file configures the runtime bahaviour of libFAUDES, in particular informative output on stderr and stdout; see also the Makefile. Definition in file cfl_definitions.h. Define Documentation
Doxygen: exclude this from doxygen. Definition at line 168 of file cfl_definitions.h.
Definition at line 154 of file cfl_definitions.h.
Debug: count objects, report on exit. Definition at line 153 of file cfl_definitions.h.
Fallback version string (should define version in Makefile). Definition at line 66 of file cfl_definitions.h.
Value:
{ if(!ConsoleOut::G()->Mute()) { \
std::ostringstream cfl_line; cfl_line << message << std::endl; ConsoleOut::G()->Write(cfl_line.str());} }
Debug: output macro for optional redirection of all console output. Definition at line 74 of file cfl_definitions.h.
Debug: console output, no redirection. Definition at line 70 of file cfl_definitions.h.
Min number of states to use consecutive section in file output. Definition at line 59 of file cfl_definitions.h.
Debug: optional report on container operations. Definition at line 124 of file cfl_definitions.h.
Debug: optional report on user functions. Definition at line 109 of file cfl_definitions.h.
Debug: optional report on generator operations. Definition at line 117 of file cfl_definitions.h.
Value:
FD_WARN( \ std::endl << "################################################ " << \ std::endl << message << " at file " << __FILE__ << ", line " << __LINE__ << endl << \ std::endl << "################################################ " << std::endl ); Tutorial/debugging mark. Definition at line 158 of file cfl_definitions.h.
Debug: optional report registry operations. Definition at line 138 of file cfl_definitions.h.
Debug: optional on function and type definition. Definition at line 131 of file cfl_definitions.h.
Debug: optional low-level report on iterations and token IO. Definition at line 145 of file cfl_definitions.h.
Debug: report more errors with file/line info. Definition at line 86 of file cfl_definitions.h.
Max length of automatic container names (set to -1 for unlimited). Definition at line 53 of file cfl_definitions.h.
Length of strings for text fields in token output. Definition at line 50 of file cfl_definitions.h.
Max number of automatic signatures. Definition at line 62 of file cfl_definitions.h.
Max size of transrel for state name output. Definition at line 56 of file cfl_definitions.h.
Debug: always report warnings. Definition at line 79 of file cfl_definitions.h.
Debug: optional write progress report to console or application. Definition at line 93 of file cfl_definitions.h.
Debug: optional write progress report to console or application, incl count. Definition at line 102 of file cfl_definitions.h. |
libFAUDES 2.22s --- 2013.10.07 --- c++ source docu by doxygen