Skip to main content

The Private Struct Reference

Declaration

struct AnchorGenerator::Private { ... }

Public Member Attributes Index

StringUnorderedSetanchorsUsed
intanchorCount =0
std::mutexmutex
std::unordered_map< std::string, int >idCount

Definition at line 26 of file anchor.cpp.

Public Member Attributes

anchorCount

int AnchorGenerator::Private::anchorCount =0

Definition at line 29 of file anchor.cpp.

anchorsUsed

StringUnorderedSet AnchorGenerator::Private::anchorsUsed

Definition at line 28 of file anchor.cpp.

idCount

std::unordered_map<std::string,int> AnchorGenerator::Private::idCount

Definition at line 31 of file anchor.cpp.

31 std::unordered_map<std::string,int> idCount;

mutex

std::mutex AnchorGenerator::Private::mutex

Definition at line 30 of file anchor.cpp.

30 std::mutex mutex;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.