Doxygen
Loading...
Searching...
No Matches
docgroup.cpp File Reference
#include <atomic>
#include "doxygen.h"
#include "util.h"
#include "entry.h"
#include "message.h"
#include "docgroup.h"
+ Include dependency graph for docgroup.cpp:

Go to the source code of this file.

Variables

static std::atomic_int g_groupId
 
static std::mutex g_memberGroupInfoMapMutex
 

Variable Documentation

◆ g_groupId

std::atomic_int g_groupId
static

Definition at line 23 of file docgroup.cpp.

Referenced by DocGroup::findExistingGroup().

◆ g_memberGroupInfoMapMutex

std::mutex g_memberGroupInfoMapMutex
static