Doxygen
outputlist.cpp 文件参考
#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"
+ outputlist.cpp 的引用(Include)关系图:

浏览源代码.

变量

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 中定义.

变量说明

◆ g_outId

AtomicInt g_outId
static

在文件 outputlist.cpp36 行定义.

被这些函数引用 OutputList::newId().