|
Doxygen
|
Public Member Functions | |
| FragmentInfo () | |
| void | findBlockMarkers () |
Public Attributes | |
| QCString | fileContents |
| QCString | fileContentsTrimLeft |
| OutputCodeList | recorderCodeList |
| std::map< int, BlockMarker > | blocks |
| std::map< std::string, const BlockMarker * > | blocksById |
| std::mutex | mutex |
Definition at line 41 of file codefragment.cpp.
|
inline |
Definition at line 45 of file codefragment.cpp.
References recorderCodeList.
| void CodeFragmentManager::Private::FragmentInfo::findBlockMarkers | ( | ) |
Definition at line 57 of file codefragment.cpp.
References AUTO_TRACE, AUTO_TRACE_ADD, blocks, blocksById, Config_getInt, and fileContents.
| std::map<int,BlockMarker> CodeFragmentManager::Private::FragmentInfo::blocks |
Definition at line 48 of file codefragment.cpp.
Referenced by findBlockMarkers().
| std::map<std::string,const BlockMarker*> CodeFragmentManager::Private::FragmentInfo::blocksById |
Definition at line 49 of file codefragment.cpp.
Referenced by findBlockMarkers().
| QCString CodeFragmentManager::Private::FragmentInfo::fileContents |
Definition at line 43 of file codefragment.cpp.
Referenced by findBlockMarkers().
| QCString CodeFragmentManager::Private::FragmentInfo::fileContentsTrimLeft |
Definition at line 44 of file codefragment.cpp.
| std::mutex CodeFragmentManager::Private::FragmentInfo::mutex |
Definition at line 50 of file codefragment.cpp.
| OutputCodeList CodeFragmentManager::Private::FragmentInfo::recorderCodeList |
Definition at line 47 of file codefragment.cpp.
Referenced by FragmentInfo().