Doxygen
Loading...
Searching...
No Matches
outputlist.cpp File Reference
#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"
+ Include dependency graph for outputlist.cpp:

Go to the source code of this file.

Variables

static AtomicInt g_outId
 

Detailed Description

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.

Variable Documentation

◆ g_outId

AtomicInt g_outId
static

Definition at line 36 of file outputlist.cpp.

Referenced by OutputList::newId().