|
coan
6.0.1
A C/C++ Configuration Analyzer
|
#include "dataset.h"#include "if_control.h"#include "chew.h"#include "io.h"#include "diagnostic.h"#include "line_despatch.h"#include <iostream>#include <algorithm>Go to the source code of this file.
Functions | |
| static void | line_debug (int line) |
This file implements struct dataset
Definition in file dataset.cpp.
|
static |
Debugging function to facilitate a debug break when a known line of an input file is reached
| line | If a negative value is passed then source line numbers are written to the standard output. Otherwise "Here" is written to the standard output when the specified source line number is reached. |
Definition at line 61 of file dataset.cpp.