Skip to main content

The Private Struct Reference

Declaration

struct CodeFragmentManager::Private { ... }

Public Member Attributes Index

std::unordered_map< std::string, std::unique_ptr< FragmentInfo > >fragments
std::mutexmutex

Definition at line 32 of file codefragment.cpp.

Public Member Attributes

fragments

std::unordered_map<std::string,std::unique_ptr<FragmentInfo> > CodeFragmentManager::Private::fragments

Definition at line 53 of file codefragment.cpp.

53 std::unordered_map<std::string,std::unique_ptr<FragmentInfo> > fragments;

mutex

std::mutex CodeFragmentManager::Private::mutex

Definition at line 54 of file codefragment.cpp.

54 std::mutex mutex;

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.