Doxygen
|
#include <atomic>
#include "outputlist.h"
#include "outputgen.h"
#include "config.h"
#include "message.h"
#include "definition.h"
#include "docparser.h"
#include "vhdldocgen.h"
#include "doxygen.h"
Go to the source code of this file.
Variables | |
static AtomicInt | g_outId |
This class represents a list of output generators that work in "parallel". The class only knows about the abstract base class OutputGenerators. All output is produced by calling a method of this class, which forwards the call to all output generators.
Definition in file outputlist.cpp.
|
static |
Definition at line 36 of file outputlist.cpp.
Referenced by OutputList::newId().