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"
变量 | |
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.
在文件 outputlist.cpp 中定义.
|
static |
在文件 outputlist.cpp 第 36 行定义.
被这些函数引用 OutputList::newId().