The qcstring.h
File Reference
Included Headers
Classes Index
class | QCString |
Typedefs Index
using | JavaCCString = std::basic_string< JAVACC_CHAR_TYPE > |
Operators Index
bool | operator== (const QCString &s1, const QCString &s2) |
bool | operator== (const QCString &s1, const char *s2) |
bool | operator== (const char *s1, const QCString &s2) |
bool | operator!= (const QCString &s1, const QCString &s2) |
bool | operator!= (const QCString &s1, const char *s2) |
bool | operator!= (const char *s1, const QCString &s2) |
bool | operator< (const QCString &s1, const QCString &s2) |
bool | operator< (const QCString &s1, const char *s2) |
bool | operator< (const char *s1, const QCString &s2) |
bool | operator<= (const QCString &s1, const char *s2) |
bool | operator<= (const char *s1, const QCString &s2) |
bool | operator> (const QCString &s1, const char *s2) |
bool | operator> (const char *s1, const QCString &s2) |
bool | operator>= (const QCString &s1, const char *s2) |
bool | operator>= (const char *s1, const QCString &s2) |
QCString | operator+ (const QCString &s1, const QCString &s2) |
QCString | operator+ (const QCString &s1, const char *s2) |
QCString | operator+ (const char *s1, const QCString &s2) |
std::ostream & | operator<< (std::ostream &os, const QCString &s) |
Functions Index
void * | qmemmove (void *dst, const void *src, size_t len) |
char * | qstrdup (const char *s) |
void | qstrfree (const char *s) |
uint32_t | qstrlen (const char *str) |
Returns the length of string str, or 0 if a null pointer is passed. More... | |
char * | qstrcpy (char *dst, const char *src) |
char * | qstrncpy (char *dst, const char *src, size_t len) |
bool | qisempty (const char *s) |
int | qstrcmp (const char *str1, const char *str2) |
int | qstrncmp (const char *str1, const char *str2, size_t len) |
bool | qisspace (char c) |
int | qstricmp (const char *str1, const char *str2) |
int | qstricmp_sort (const char *str1, const char *str2) |
int | qstrnicmp (const char *str1, const char *str2, size_t len) |
const char * | qPrint (const char *s) |
const char * | qPrint (const QCString &s) |
const char * | qPrint (const std::string &s) |
std::string | toStdString (const QCString &s) |
int | qstrcmp (const QCString &str1, const char *str2) |
int | qstrcmp (const char *str1, const QCString &str2) |
int | qstrcmp (const QCString &str1, const QCString &str2) |
int | qstricmp (const QCString &str1, const char *str2) |
int | qstricmp (const char *str1, const QCString &str2) |
int | qstricmp (const QCString &str1, const QCString &str2) |
int | qstricmp_sort (const QCString &str1, const char *str2) |
int | qstricmp_sort (const char *str1, const QCString &str2) |
int | qstricmp_sort (const QCString &str1, const QCString &str2) |
int | qstrnicmp (const QCString &str1, const char *str2, size_t len) |
int | qstrnicmp (const char *str1, const QCString &str2, size_t len) |
int | qstrnicmp (const QCString &str1, const QCString &str2, size_t len) |
QCString | substitute (const QCString &str, const QCString &find, const QCString &replace) |
substitute all occurrences of src in s by dst More... | |
QCString | substitute (const QCString &str, const char *find, const char *replace) |
QCString | substitute (const QCString &s, const QCString &src, const QCString &dst, int skip_seq) |
substitute all occurrences of src in s by dst, but skip each consecutive sequence of src where the number consecutive src matches skip_seq; if skip_seq is negative, skip any number of consecutive src More... | |
QCString | substitute (const QCString &s, char srcChar, char dstChar) |
Macro Definitions Index
#define | FALSE false |
#define | TRUE true |
#define | ASSERT(x) ... |
#define | qsnprintf snprintf |
#define | HAS_IMPLICIT_CAST_TO_PLAIN_C_STRING 0 |
#define | HAS_CHARACTER_APPEND_OPERATOR 1 |
Typedefs
JavaCCString
|
Definition at line 95 of file qcstring.h.
Operators
operator!=()
Definition at line 616 of file qcstring.h.
Reference QCString::str.
operator!=()
| inline |
Definition at line 619 of file qcstring.h.
References QCString::data and qstrcmp.
operator!=()
| inline |
Definition at line 622 of file qcstring.h.
References QCString::data and qstrcmp.
operator+()
operator+()
| inline |
Definition at line 658 of file qcstring.h.
Reference QCString::append.
operator+()
| inline |
Definition at line 665 of file qcstring.h.
Reference QCString::append.
operator<()
operator<()
| inline |
operator<()
| inline |
operator<<()
| inline |
Definition at line 770 of file qcstring.h.
Reference QCString::str.
operator<=()
| inline |
Definition at line 634 of file qcstring.h.
References QCString::data and qstrcmp.
operator<=()
| inline |
Definition at line 637 of file qcstring.h.
References QCString::data and qstrcmp.
operator==()
Definition at line 607 of file qcstring.h.
Reference QCString::str.
operator==()
| inline |
Definition at line 610 of file qcstring.h.
References QCString::data and qstrcmp.
operator==()
| inline |
Definition at line 613 of file qcstring.h.
References QCString::data and qstrcmp.
operator>()
| inline |
operator>()
| inline |
operator>=()
| inline |
Definition at line 646 of file qcstring.h.
References QCString::data and qstrcmp.
operator>=()
| inline |
Definition at line 649 of file qcstring.h.
References QCString::data and qstrcmp.
Functions
qisempty()
| inline |
Definition at line 66 of file qcstring.h.
qisspace()
| inline |
Definition at line 81 of file qcstring.h.
Referenced by AnchorGenerator::generate, Markdown::Private::processQuotations, QCString::quoted, removeRedundantWhiteSpace, QCString::removeWhiteSpace, QCString::simplifyWhiteSpace, QCString::stripWhiteSpace, QCString::toLong, QCString::toUInt64, QCString::toULong and DotAttributes::updateValue.
qmemmove()
|
Declaration at line 47 of file qcstring.h, definition at line 402 of file qcstring.cpp.
qPrint()
| inline |
Definition at line 672 of file qcstring.h.
Referenced by addIncludeFile, ModuleDefImpl::addMemberToModule, addModule, addSubprogram, DirDefImpl::addUsesDependency, addVariable, addXRefItem, buildFileList, Config::checkAndCorrect, DocParser::checkArgumentName, XMLCodeGenerator::codify, codifyLines, convertCppComments, createCroppedEPS, createCroppedPDF, createDVIFile, createEPSbboxFile, createPNG, createPostscriptFile, createSVGFromPDF, createSVGFromPDFviaInkscape, DebugLex::DebugLex, dumpDocNodeList, encodeForOutput, DocParser::errorHandleDefaultToken, DocParser::findAndCopyImage, findGlobalMember, findMemberLink, DocTokenizer::findSections, VhdlDocGen::findVhdlClass, generateClassMemberLink, generateClassMemberLink, generateClassOrGlobalLink, generateClassOrGlobalLink, generateFunctionLink, generateFunctionLink, generateMemberLink, generatePHPVariableLink, generateSqlite3ForClass, generateSqlite3ForFile, generateSqlite3ForMember, DotGfxHierarchyTable::getBaseName, getDefs, getLink, getLinkInScope, handle_warn_as_error, handleCommentBlock, DocPara::handleRef, handleToc, mergeArguments, DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), LatexDocVisitor::operator(), PerlModDocVisitor::operator(), PerlModDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), PrintDocVisitor::operator(), RTFDocVisitor::operator(), ConfigImpl::parse, DocMscFile::parse, DocSecRefList::parse, LayoutDocManager::parse, CCodeParser::parseCode, FortranCodeParser::parseCode, LexCodeParser::parseCode, PythonCodeParser::parseCode, SQLCodeParser::parseCode, VHDLCodeParser::parseCode, XMLCodeParser::parseCode, CommentScanner::parseCommentBlock, COutlineParser::parseInput, FortranOutlineParser::parseInput, LexOutlineParser::parseInput, parseInput, PythonOutlineParser::parseInput, popScope, FlowChart::printNode, Markdown::process, Preprocessor::processFile, pushBuffer, pushScope, readIncludeFile, DotNode::renumberNodes, SymbolResolver::resolveSymbol, runHtmlHelpCompiler, saveObjCContext, scanner_abort, setCallContextForVar, setClassScope, setTranslator, startCodeLine, stripClassName, writeDiaGraphFromFile, DirDefImpl::writeDocumentation, ClassDiagram::writeFigure, FileDefImpl::writeIncludedByGraph, FileDefImpl::writeIncludeGraph, writeMscGraphFromFile, writeMultiLineCodeLink, writeObjCMethodCall and DebugLex::~DebugLex.
qPrint()
| inline |
Definition at line 677 of file qcstring.h.
References QCString::data and QCString::isEmpty.
qPrint()
| inline |
Definition at line 682 of file qcstring.h.
qstrcmp()
| inline |
Definition at line 69 of file qcstring.h.
Reference qisempty.
Referenced by convertMapFile, KeywordHash::find, operator!=, operator!=, operator<, operator<, operator<, operator<=, operator<=, operator==, operator==, operator>, operator>, operator>=, operator>=, qstrcmp, qstrcmp, qstrcmp, qstricmp_sort, readConfiguration, startFontClass, startFontClass and startFontClass.
qstrcmp()
| inline |
qstrcmp()
| inline |
qstrcmp()
qstrcpy()
| inline |
Definition at line 61 of file qcstring.h.
Referenced by SymbolResolver::Private::getResolvedTypeRec, substitute and substitute.
qstrdup()
|
Returns a copy of a string s. Note that memory is passed to the caller, use qstrfree() to release.
Declaration at line 53 of file qcstring.h, definition at line 419 of file qcstring.cpp.
Reference qstrlen.
qstrfree()
|
Frees the memory allocated using qstrdup().
Declaration at line 55 of file qcstring.h, definition at line 427 of file qcstring.cpp.
qstricmp()
|
Declaration at line 84 of file qcstring.h, definition at line 442 of file qcstring.cpp.
Reference toLowerChar.
Referenced by compareString, VhdlDocGen::findAllArchitectures, DocGroup::findExistingGroup, FlowChart::findLabel, VhdlDocGen::findVhdlClass, mainPageHasOwnTitle, qstricmp, qstricmp, qstricmp, qstricmp_sort, readConfiguration, stripFromPath, transcodeCharacterBuffer, transcodeCharacterStringToUTF8, FlowChart::writeFlowLinks, ClassDefImpl::writeIncludeFilesForSlice, writeIndex and VhdlDocGen::writeProcedureProto.
qstricmp()
| inline |
qstricmp()
| inline |
qstricmp()
qstricmp_sort()
| inline |
Definition at line 86 of file qcstring.h.
References qstrcmp and qstricmp.
Referenced by buildDirectories, compareDirDefs, compareFileDefs, genericCompareMembers, DirDefImpl::matchPath, parseInput, qstricmp_sort, qstricmp_sort, qstricmp_sort, searchInputFiles, FileDefImpl::sortMemberLists, GroupDefImpl::sortMemberLists, ModuleDefImpl::sortMemberLists, NamespaceDefImpl::sortMemberLists and HtmlHelpIndex::writeFields.
qstricmp_sort()
| inline |
Definition at line 724 of file qcstring.h.
References QCString::data and qstricmp_sort.
qstricmp_sort()
| inline |
Definition at line 729 of file qcstring.h.
References QCString::data and qstricmp_sort.
qstricmp_sort()
Definition at line 734 of file qcstring.h.
References QCString::data and qstricmp_sort.
qstrlen()
| inline |
Returns the length of string str, or 0 if a null pointer is passed.
Definition at line 58 of file qcstring.h.
Referenced by QCString::contains, QCString::find, DocParser::findDocsForMemberOrCompound, QCString::findRev, getArg, QCString::insert, VhdlDocGen::prepareComment, qstrdup, selectBlocks, substituteKeywords, writeClassTreeInsideNamespaceElement, MemberDefImpl::writeMemberDocSimple, writeNamespaceIndex and writeNamespaceTreeElement.
qstrncmp()
| inline |
Definition at line 75 of file qcstring.h.
Reference qisempty.
Referenced by checkBlocks, QCString::contains, Markdown::Private::findEmphasisChar, Markdown::Private::findEndOfLine, QCString::findRev, literal_at, literal_at, Markdown::Private::processBlocks, Markdown::Private::processQuotations, Markdown::Private::processSpecialCommand, removeIdsAndMarkers, selectBlocks, skipToEndMarker, substitute and substituteKeywords.
qstrncpy()
|
Declaration at line 64 of file qcstring.h, definition at line 432 of file qcstring.cpp.
qstrnicmp()
|
Declaration at line 93 of file qcstring.h, definition at line 458 of file qcstring.cpp.
Reference toLowerChar.
Referenced by QCString::contains, QCString::find, QCString::findRev, qstrnicmp, qstrnicmp and qstrnicmp.
qstrnicmp()
| inline |
qstrnicmp()
| inline |
qstrnicmp()
substitute()
substitute all occurrences of src in s by dst
Declaration at line 756 of file qcstring.h, definition at line 477 of file qcstring.cpp.
References QCString::data, QCString::ExplicitSize, QCString::isEmpty, QCString::length, qstrcpy and QCString::rawData.
Referenced by abbreviate, addEnumValuesToEnums, FlowChart::addFlowChart, addFrom, addGlobalFunction, HtmlHelpIndex::addItem, MemberDefImpl::addListReference, addMemberFunction, addMethodToClass, addModule, addPageToContext, Markdown::Private::addStrEscapeUtf8Nbsp, addVariable, addVariableToClass, buildListOfUsingDecls, buildNamespaceList, convertFileId2Var, Portable::correctPath, MemberDefImpl::displayDefinition, findDirDocumentation, DocParser::findDocsForMemberOrCompound, findGroupScope, findMember, findUsingDeclarations, findUsingDirectives, fixSpaces, format_warn, generateClassOrGlobalLink, generateClassOrGlobalLink, generateJSNavTree, RefList::generatePage, VhdlDocGen::getClassName, getDefsOld, DocPara::handleStartCode, HtmlGenerator::init, linkifyText, linkToText, makeDisplayName, makeDisplayName, matchExcludedSymbols, Markdown::process, Markdown::Private::processLink, processTagLessClasses, resolveRef, DotFilePatcher::run, SearchIndex::setCurrentDoc, stripIndentation, substitute, substituteHtmlKeywords, substituteLatexKeywords, Portable::system, ConfigImpl::takeStartComment, ConfigImpl::takeStoreRepl, ConfigImpl::takeUserComment, unescapeCRef, validatingParseDoc, warn_line, MemberDefImpl::warnIfUndocumented, writeAlphabeticalClassList, MemberDefImpl::writeDeclaration, MemberList::writeDeclarations, writeDefArgumentList, writeDefaultLayoutFile, MemberDefImpl::writeDocumentation, writeJavaScriptSearchIndex, HtmlGenerator::writeNavigationPath, PlantumlManager::writePlantUMLSource, HtmlGenerator::writeSearchData, HtmlGenerator::writeSearchPage and VhdlDocGen::writeVHDLTypeDocumentation.
substitute()
| inline |
Definition at line 757 of file qcstring.h.
Reference substitute.
substitute()
substitute all occurrences of src in s by dst, but skip each consecutive sequence of src where the number consecutive src matches skip_seq; if skip_seq is negative, skip any number of consecutive src
Declaration at line 761 of file qcstring.h, definition at line 518 of file qcstring.cpp.
References QCString::data, QCString::ExplicitSize, QCString::isEmpty, QCString::length, qstrcpy, qstrncmp, QCString::rawData and QCString::resize.
substitute()
| inline |
Definition at line 763 of file qcstring.h.
Reference QCString::str.
toStdString()
| inline |
Definition at line 687 of file qcstring.h.
Reference QCString::str.
Referenced by SectionRefs::add, expandExpression and replaceFunctionMacro.
Macro Definitions
ASSERT
|
- Value
-
if ( !(x) )\ fprintf(stderr,"ASSERT: \"%s\" in %s (%d)\n",#x,__FILE__,__LINE__)
Definition at line 39 of file qcstring.h.
Referenced by anonymous{tagreader.cpp}::TagFileParser::addIncludes, addMembersToMemberGroup, RTFGenerator::beginRTFDocument, DirDefImpl::createNewDir, FTVHelp::decContentsDepth, DocCite::DocCite, DocRef::DocRef, DotInclDepGraph::DotInclDepGraph, HtmlGenerator::endSection, ManGenerator::endSection, generateDEFForMember, generateXMLForClass, generateXMLForMember, DotClassGraph::getBaseName, DotClassGraph::getImgAltText, RTFDocVisitor::getListTable, DotClassGraph::getMapLabel, DefinitionImpl::getSourceFileBase, DocPara::handleHtmlEndTag, DocPara::handleHtmlStartTag, DocPara::handleXRefItem, MemberDefImpl::isConstructor, MemberDefImpl::isDestructor, MemberDefImpl::isLinkableInProject, matchArguments2, MemberList::numDecMembers, MemberList::numDocMembers, DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), LatexDocVisitor::operator(), ManDocVisitor::operator(), RTFDocVisitor::operator(), XmlDocVisitor::operator(), DocXRefItem::parse, parseFilesMultiThreading, parseFilesSingleThreading, resolveRef, setDotFontPath, setOutput, HtmlGenerator::startSection, LatexGenerator::startSection, ManGenerator::startSection, RTFGenerator::startSection, MemberDefImpl::writeDeclaration, DotNode::writeDEF, DotNode::writeDocbook, writeMemberList, writeObjCMethodCall, VhdlDocGen::writeVHDLDeclaration and DotNode::writeXML.
FALSE
|
Definition at line 34 of file qcstring.h.
Referenced by DefinitionImpl::_docsAlreadyAdded, MemberDefImpl::_hasVisibleCallerGraph, MemberDefImpl::_hasVisibleCallGraph, DefinitionImpl::_setBriefDescription, MemberDefImpl::_writeCallGraph, MemberDefImpl::_writeEnumValues, MemberDefImpl::_writeMultiLineInitializer, MemberDefImpl::_writeTemplatePrefix, DotClassGraph::addClass, GroupDefImpl::addClass, addClassToContext, GroupDefImpl::addConcept, FTVHelp::addContentsItem, IndexList::addContentsItem, addIncludeFile, HtmlHelp::addIndexItem, VHDLOutlineParser::addLibUseClause, addMemberFunction, addMembersToIndex, addMemberToGroups, addPerlModDocBlock, addRelatedPage, addRelatedPage, addToIndices, addToSearchIndex, addToSearchIndex, addToSearchIndex, ClassDefImpl::addUsedInterfaceClasses, DirDefImpl::addUsesDependency, addVariable, addVariableToClass, addVariableToFile, SearchIndex::addWord, SearchIndex::addWordRec, DocSimpleSect::appendLinkWord, Definition::briefDescription, DefinitionAliasMixin< Base >::briefDescription, DefinitionMixin< Base >::briefDescription, buildDefineList, buildExampleList, buildFileList, buildFunctionList, DotCallGraph::buildGraph, DotClassGraph::buildGraph, DotInclDepGraph::buildGraph, buildGroupList, buildGroupListFiltered, buildNamespaceList, CharAroundSpace::CharAroundSpace, Config::checkAndCorrect, checkAndOpenFile, DocParser::checkArgumentName, checkConfiguration, checkForKnRstyleC, checkIfTypedef, DocParser::checkUnOrMultipleDocumentedParams, ClassDefImpl::ClassDefImpl, classHasVisibleChildren, DotNode::clearWriteFlag, EclipseHelp::Private::closedTag, XMLCodeGenerator::codify, codifyLines, codifyLines, codifyLines, FlowChart::colTextNodes, Config::compareDoxyfile, computeClassRelations, computeCommonDirPrefix, computeExpression, TreeDiagram::computeExtremes, DotGraph::computeGraph, computeIndentExcludingListMarkers, computeTemplateClassRelations, DotCallGraph::computeTheGraph, DotGfxHierarchyTable::computeTheGraph, DotGroupCollaboration::computeTheGraph, DotInclDepGraph::computeTheGraph, VhdlDocGen::convertArgumentListToString, convertCppComments, DotFilePatcher::convertMapFile, convertToId, ResourceMgr::copyResourceAs, ClassDefImpl::countAdditionalInheritedMembers, ClassDefImpl::countInheritedDecMembers, DotGfxHierarchyTable::createGraph, MemberList::declVisible, DocParser::defaultHandleToken, DefinitionImpl::DefinitionImpl, VhdlDocGen::deleteAllChars, VhdlDocGen::deleteCharRev, determineIfNeedsTag, DotCallGraph::determineTruncatedNodes, DotClassGraph::determineTruncatedNodes, DotInclDepGraph::determineTruncatedNodes, DotClassGraph::determineVisibleNodes, dirHasVisibleChildren, IndexList::disable, DocAnchor::DocAnchor, DocCite::DocCite, DocHtmlCaption::DocHtmlCaption, HtmlGenerator::docify, ManGenerator::docify, RTFGenerator::docify, DocIncOperator::DocIncOperator, DocPara::DocPara, DocParamSect::DocParamSect, DocRef::DocRef, DotCallGraph::DotCallGraph, DotClassGraph::DotClassGraph, DotGfxHierarchyTable::DotGfxHierarchyTable, DotGraph::DotGraph, TreeDiagram::drawBoxes, TreeDiagram::drawConnectors, dupOfParent, elemIsVisible, encodeForOutput, ManGenerator::endAnonTypeScope, ManGenerator::endBold, ManGenerator::endBoldEmphasis, endBrief, DocbookGenerator::endCallGraph, RTFGenerator::endCallGraph, DocbookGenerator::endClassDiagram, RTFGenerator::endClassDiagram, DocbookCodeGenerator::endCodeLine, HtmlCodeGenerator::endCodeLine, LatexCodeGenerator::endCodeLine, XMLCodeGenerator::endCodeLine, endCondSection, endCondSection, DocbookGenerator::endDescTable, DocbookGenerator::endDirDepGraph, RTFGenerator::endDirDepGraph, DocbookGenerator::endDotGraph, RTFGenerator::endDotGraph, ManGenerator::endEmphasis, RTFGenerator::endExamples, DocbookGenerator::endFile, DocbookCodeGenerator::endFontClass, XMLCodeGenerator::endFontClass, DocbookGenerator::endGroupCollaboration, LatexGenerator::endGroupHeader, ManGenerator::endGroupHeader, DocbookGenerator::endInclDepGraph, RTFGenerator::endInclDepGraph, LatexGenerator::endIndexSection, RTFGenerator::endIndexSection, RTFGenerator::endIndexValue, ManGenerator::endInlineHeader, RTFDocVisitor::endLink, ManGenerator::endMemberDescription, LatexGenerator::endMemberDoc, ClassDefImpl::endMemberDocumentation, FileDefImpl::endMemberDocumentation, GroupDefImpl::endMemberDocumentation, ModuleDefImpl::endMemberDocumentation, NamespaceDefImpl::endMemberDocumentation, ManGenerator::endMemberGroup, LatexGenerator::endMemberHeader, ManGenerator::endMemberHeader, RTFGenerator::endMemberHeader, LatexGenerator::endMemberItem, DocbookGenerator::endMemberList, ManGenerator::endMemberList, LayoutParser::endNavEntry, endScope, ManGenerator::endSection, RTFGenerator::endSection, DocbookGenerator::endTextBlock, OutputGenIntf::endTextBlock, OutputList::endTextBlock, ManGenerator::endTitleHead, ManGenerator::endTypewriter, Entry::Entry, escapeSpecialChars, CondParser::evalOperator, Htags::execute, expandExpression, extractBlock, extractCopyDocId, Markdown::extractPageTitle, Portable::fileSystemIsCaseSensitive, filterMemberDocumentation, findArgument, findAttribute, findClassRelation, findDefineDocumentation, DocParser::findDocsForMemberOrCompound, findEndOfTemplate, findEnums, findFileDef, findGlobalMember, GroupDefImpl::findGroup, findInheritedTemplateInstances, findMember, findMemberLink, FlowChart::findNode, findObjCMethodDefinitions, findScopeFromQualifiedName, findTemplateInstanceRelation, findUsedClassesForClass, LatexDocVisitor::firstRow, forceEndCondSection, generateBriefDoc, generateClassMemberLink, generateClassMemberLink, generateClassOrGlobalLink, DotGraph::generateCode, generateConfigFile, generateDEFForMember, generateExampleDocs, generateJSNavTree, generateJSTree, FTVHelp::Private::generateLink, generateOutput, CitationManager::generatePage, PerlModGenerator::generatePerlModForMember, generateSqlite3, generateSqlite3ForFile, generateSqlite3ForMember, generateXML, generateXMLForFile, generateXMLForMember, genericPatternMatch, getCanonicalTypeForIdentifier, getCurrentDateTime, getDefsOld, getFileFilter, getFilterFromList, getFortranNamespaceDefs, getFortranTypeDefs, getGenericProcedureLink, getLanguageFromFileName, getLink, getLink, getLink, getLinkInScope, getLinkInScope, DotClassGraph::getMapLabel, DotDirDeps::getMapLabel, DotGfxHierarchyTable::getMapLabel, DotGroupCollaboration::getMapLabel, DotInclDepGraph::getMapLabel, getParagraphContext, getScopeDefs, getSQLDocBlock, handleAddIndex, DocParser::handleAHref, DocParser::handleAnchor, handleAnchor, handleBrief, handleBug, handleCallergraph, handleCallgraph, handleCite, handleCollaborationgraph, DocPara::handleCommand, handleCommentBlock, handleCommentBlock, handleCommentBlock, VHDLOutlineParser::handleCommentBlock, handleCopyBrief, handleCopyDetails, handleCopyDoc, handleDeprecated, handleDetails, handleDirectoryGraph, handleElse, handleElseIf, handleEndIf, handleEndParBlock, handleExtends, handleFormatBlock, handleGroupgraph, handleHeaderFile, handleHideCallergraph, handleHideCallgraph, handleHideCollaborationgraph, handleHideDirectoryGraph, handleHideEnumValues, handleHideGroupgraph, handleHideIncludedBygraph, handleHideIncludegraph, handleHideInheritanceGraph, handleHideInitializer, handleHideInlineSource, handleHideReferencedByRelation, handleHideReferencesRelation, DocPara::handleHtmlEndTag, DocPara::handleHtmlStartTag, handleHtmlTag, handleIf, handleIFile, handleIfNot, handleILine, handleImage, DocParser::handleImg, handleIncludedBygraph, handleIncludegraph, handleIngroup, handleInherit, handleInheritanceGraph, handleInternal, handleIPrefix, handleIRaise, handleLineInfo, DocPara::handleLink, DocParser::handleLinkedWord, handleMemberOf, handleNoop, handleNoSubGrouping, handleOverload, handleParam, handleParametersCommentBlocks, DocPara::handleParamSection, handleParBlock, DocParser::handlePendingStyleCommands, handlePrivate, handlePrivateSection, handleProtected, handleProtectedSection, handlePublic, handlePublicSection, handlePure, handleQualifier, handleRaiseWarning, handleReferencedByRelation, handleReferencesRelation, handleRefItem, handleRelated, handleRelatedAlso, handleRetval, handleSection, handleShowEnumValues, handleShowInitializer, handleShowInlineSource, DocPara::handleSimpleSection, DocPara::handleStartCode, handleStatic, DocParser::handleStyleLeave, handleSubpage, handleTest, handleToc, handleTodo, handleXRefItem, hasNonReferenceSuperClassRec, DefinitionImpl::hasSections, haveEqualFileNames, LatexDocVisitor::inColSpan, PrintDocVisitor::indent, DefinitionImpl::Private::init, DocTokenizer::init, MemberDefImpl::init, initEntry, initEntry, VHDLOutlineParser::initEntry, initParser, initParser, initParser, initSpecialBlock, initTriDoubleQuoteBlock, initTriSingleQuoteBlock, LatexDocVisitor::inRowSpan, ClassDefImpl::insertBaseClass, GroupDef::insertMember, GroupDefImpl::insertMember, MemberGroup::insertMember, OutputGenIntf::insertMemberAlign, OutputList::insertMemberAlign, OutputGenIntf::insertMemberAlignLeft, OutputList::insertMemberAlignLeft, insertRefid, ClassDefImpl::insertSubClass, ClassDefImpl::insertTemplateInstance, insideBlockQuote, insideDetails, insideDL, insideLI, insideOL, insidePRE, insideStyleChangeThatIsOutsideParagraph, insideTable, insideUL, ClassDefImpl::internalInsertMember, DocParser::internalValidatingParseDoc, MemberDefImpl::invalidateTypedefValCache, DefinitionMixin< Base >::isAlias, isCastKeyword, isClassSection, isCodeBlock, isCopyBriefOrDetailsCmd, MemberDefImpl::isCSharpProperty, isDocIncludeVisible, isDocIncOperatorVisible, isDocVerbatimVisible, isFencedCodeBlock, VHDLOutlineParser::isFuncProcProced, DocHtmlRow::isHeading, FileDefImpl::isIncluded, MemberDefImpl::isObjCMethod, MemberDefImpl::isObjCProperty, DirDefImpl::isParentOf, MemberDefImpl::isReimplementedBy, isSeparatedParagraph, isSpecialization, ClassDefImpl::isSubClass, VhdlDocGen::isSubClass, isTableBlock, DotCallGraph::isTrivial, isVarWithConstructor, LatexDocVisitor::LatexDocVisitor, TreeDiagram::layoutTree, linkifyText, ManDocVisitor::ManDocVisitor, VHDLOutlineParser::mapLibPackage, matchArgument2, matchArguments2, matchExcludedSymbols, DirDefImpl::matchPath, MemberList::MemberList, membersHaveSpecificType, ClassDefImpl::mergeCategory, ClassDefImpl::mergeMembersFromBaseClasses, mergeScopes, mustBeOutsideParagraph, nameIsOperator, MarkdownOutlineParser::needsPreprocessing, NullOutlineParser::needsPreprocessing, PythonOutlineParser::needsPreprocessing, RTFGenerator::newParagraph, SymbolResolver::Private::newResolveTypedef, node2URL, normalizeNonTemplateArgumentsInString, EclipseHelp::Private::openedTag, openOutputFile, DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), PerlModDocVisitor::operator(), PerlModDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), DefinitionImpl::operator=, organizeSubGroups, PageDefImpl::PageDefImpl, DocAutoListItem::parse, DocHtmlBlockQuote::parse, DocHtmlCell::parse, DocHtmlDescData::parse, DocHtmlDescTitle::parse, DocHtmlDetails::parse, DocHtmlListItem::parse, DocHtmlRow::parse, DocIncOperator::parse, DocInternal::parse, DocLink::parse, DocParBlock::parse, DocRef::parse, DocRoot::parse, DocSection::parse, DocSimpleSect::parse, DocXRefItem::parse, CCodeParser::parseCode, CodeParserInterface::parseCode, FortranCodeParser::parseCode, PythonCodeParser::parseCode, parseCommentAsText, CommentScanner::parseCommentBlock, parseCompounds, DocTitle::parseFromString, parseFuncDecl, VhdlDocGen::parseFuncProto, MarkdownOutlineParser::parseInput, parseInput, VHDLOutlineParser::parseInput, CondParser::parseLevel3, parseMain, FortranOutlineParser::parsePrototype, parsePrototype, FileDefImpl::parseSource, ConfigImpl::parseString, CondParser::parseVar, DocHtmlCell::parseXml, DocHtmlListItem::parseXml, DocHtmlRow::parseXml, DocHtmlTable::parseXml, DocParamList::parseXml, PerlModDocVisitor::PerlModDocVisitor, DocTokenizer::popContext, DotGraph::prepareDotFile, prepassFixedForm, preProcessFile, RTFGenerator::preProcessFileInplace, Statistics::print, PrintDocVisitor::PrintDocVisitor, Preprocessor::processFile, Markdown::Private::processHtmlTagWrite, Markdown::Private::processLink, quickLinkVisible, quickLinkVisible, readIncludeFile, readInputFile, readSVGSize, recodeString, recognizeFixedForm, recursivelyAddGroupListToTitle, RefList::RefList, ParserManager::registerExtension, removeIdsAndMarkers, renderMemberIndicesAsJs, renderQuickLinksAsJs, replaceComment, replaceFunctionMacro, ArgumentList::reset, FortranCodeParser::resetCodeParserState, PythonCodeParser::resetCodeParserState, resetPDFSize, resolveClassNestingRelations, resolveLink, resolveRef, DotFilePatcher::run, DotManager::run, DotRunner::run, runQHelpGenerator, scanner_abort, scopeIsTemplate, searchFoundClass, searchFoundDef, searchInputFiles, setCurrentDoc, setCurrentDoc, setCurrentDoc, DefinitionImpl::setDocumentation, MemberDefMutable::setEnumScope, GroupDefImpl::setGroupTitleLocal, ClassDefImpl::showUsedFiles, ClassDefMutable::sortAllMembersList, ClassDefImpl::sortMemberLists, FileDefImpl::sortMemberLists, GroupDefImpl::sortMemberLists, ModuleDefImpl::sortMemberLists, NamespaceDefImpl::sortMemberLists, ManGenerator::startBold, ManGenerator::startBoldEmphasis, startCodeLine, startCodeLine, startCodeLine, ManGenerator::startCompoundTemplateParams, ManGenerator::startConstraintList, ManGenerator::startDescForItem, ManGenerator::startDescTable, DocbookGenerator::startDoxyAnchor, ManGenerator::startEmphasis, ManGenerator::startExamples, DocbookGenerator::startGroupHeader, ManGenerator::startGroupHeader, LatexGenerator::startIndexSection, RTFGenerator::startIndexSection, HtmlGenerator::startInlineHeader, ManGenerator::startItemListItem, RTFDocVisitor::startLink, HtmlGenerator::startMemberDescription, ManGenerator::startMemberDescription, ManGenerator::startMemberDoc, HtmlGenerator::startMemberHeader, HtmlGenerator::startMemberItem, ManGenerator::startMemberItem, ManGenerator::startMemberList, HtmlGenerator::startMemberSubtitle, LayoutParser::startNavEntry, startQuickIndexItem, startQuickIndexList, OutputGenIntf::startTextBlock, OutputList::startTextBlock, ManGenerator::startTitle, ManGenerator::startTypewriter, stateToString, stateToString, step, stringize, stripIrrelevantString, QCString::stripPrefix, stripQualifiers, stripScope, stripWord, substituteHtmlKeywords, substituteTemplateArgumentsInString, substituteTemplatesInString, SymbolModifiers::SymbolModifiers, QCString::toLong, QCString::toShort, QCString::toUInt64, QCString::toULong, QCString::toUShort, TranslatorCroatian::trGeneratedFromFiles, tryAddEnumDocsToGroupMember, updateLanguageMapping, validatingParseDoc, validatingParseText, validatingParseTitle, visitPostEnd, visitPreStart, visitPreStart, DotGroupCollaboration::Edge::write, DotNode::write, ClassDefImpl::writeAdditionalInheritedMembers, writeAlphabeticalExceptionIndex, writeAlphabeticalIndex, writeAlphabeticalInterfaceIndex, writeAlphabeticalStructIndex, writeAnnotatedClassList, writeBitmapBox, writeBoxMemberList, ClassDefImpl::writeBriefDescription, ConceptDefImpl::writeBriefDescription, DirDefImpl::writeBriefDescription, FileDefImpl::writeBriefDescription, GroupDefImpl::writeBriefDescription, ModuleDefImpl::writeBriefDescription, NamespaceDefImpl::writeBriefDescription, ResourceMgr::writeCategory, ManGenerator::writeChar, FileDefImpl::writeClassDeclarations, ModuleDefImpl::writeClassDeclarations, GroupDefImpl::writeClasses, writeClassHierarchy, writeClassMemberIndexFiltered, writeClassTree, writeClassTreeForList, writeClassTreeInsideNamespaceElement, writeClassTreeToOutput, VhdlDocGen::writeClassType, XMLCodeGenerator::writeCodeLink, writeConceptIndex, writeConceptList, FileDefImpl::writeConcepts, GroupDefImpl::writeConcepts, ModuleDefImpl::writeConcepts, writeConceptTreeInsideNamespaceElement, ClassDefImpl::writeDeclaration, ClassLinkedRefMap::writeDeclaration, ConceptLinkedRefMap::writeDeclaration, MemberDefImpl::writeDeclaration, ModuleLinkedRefMap::writeDeclaration, NamespaceLinkedRefMap::writeDeclaration, ClassDefImpl::writeDeclarationLink, ConceptDefImpl::writeDeclarationLink, ModuleDefImpl::writeDeclarationLink, MemberGroup::writeDeclarations, MemberList::writeDeclarations, writeDefArgumentList, ConceptDefImpl::writeDetailedDescription, DirDefImpl::writeDetailedDescription, FileDefImpl::writeDetailedDescription, GroupDefImpl::writeDetailedDescription, ModuleDefImpl::writeDetailedDescription, NamespaceDefImpl::writeDetailedDescription, ClassDefImpl::writeDetailedDocumentationBody, writeDiaGraphFromFile, writeDirHierarchy, GroupDefImpl::writeDirs, writeDirTreeNode, ManGenerator::writeDoc, DotInclDepGraph::writeDocbook, ClassLinkedRefMap::writeDocumentation, GroupDefImpl::writeDocumentation, MemberDefImpl::writeDocumentation, MemberDefMutable::writeDocumentation, PageDefImpl::writeDocumentation, writeExampleIndex, ModuleDefImpl::writeExports, HtmlGenerator::writeExternalSearchPage, HtmlHelpIndex::writeFields, ClassDiagram::writeFigure, DirDefImpl::writeFileList, writeFileMemberIndexFiltered, GroupDefImpl::writeFiles, ModuleDefImpl::writeFiles, VhdlDocGen::writeFuncProcDocu, VhdlDocGen::writeFunctionProto, DotLegendGraph::writeGraph, writeGraphicalClassHierarchy, writeGraphicalExceptionHierarchy, writeGraphicalInterfaceHierarchy, writeGraphInfo, writeGroupTreeNode, ClassDiagram::writeImage, FileDefImpl::writeIncludeGraph, writeIndex, writeIndexHierarchyEntries, ClassDefImpl::writeInheritanceGraph, ClassDefImpl::writeInheritedMemberDeclarations, HtmlGenerator::writeInheritedSectionTitle, ManGenerator::writeInheritedSectionTitle, DefinitionImpl::writeInlineCode, ClassDefImpl::writeInlineDocumentation, writeJavasScriptSearchDataPage, DotNode::writeLabel, MemberDef::writeLink, MemberDefAliasImpl::writeLink, ClassDef::writeMemberDeclarations, ClassDefAliasImpl::writeMemberDeclarations, ClassDefImpl::writeMemberDeclarations, MemberDefImpl::writeMemberDocSimple, ClassDefImpl::writeMemberDocumentation, ClassDefImpl::writeMemberList, writeMemberList, writeMemberToIndex, writeModuleIndex, writeModuleMemberIndexFiltered, GroupDefImpl::writeModules, writeModuleTreeNode, writeMultiLineCodeLink, writeMultiLineCodeLink, writeMultiLineCodeLink, writeNamespaceIndex, writeNamespaceMemberIndexFiltered, writeNamespaceTreeElement, GroupDefImpl::writeNestedGroups, GroupDefImpl::writePageDocumentation, PageDefImpl::writePageDocumentation, MemberList::writePlainDeclarations, VhdlDocGen::writePlainVHDLDeclarations, VhdlDocGen::writeProcedureProto, VhdlDocGen::writeProcessProto, writeQuickMemberIndex, VhdlDocGen::writeRecUnitDocu, DocbookGenerator::writeRuler, writeSingleFileIndex, VhdlDocGen::writeSource, FileDefImpl::writeSourceBody, DefinitionImpl::writeSourceReffedBy, ConfigOption::writeStringList, DirDefImpl::writeSubDirList, ClassDefImpl::writeSummaryLinks, FileDefImpl::writeSummaryLinks, GroupDefImpl::writeSummaryLinks, ModuleDefImpl::writeSummaryLinks, NamespaceDefImpl::writeSummaryLinks, DotFilePatcher::writeSVGFigureLink, ManGenerator::writeSynopsis, Markdown::Private::writeTableBlock, VhdlDocGen::writeTagFile, ClassDefImpl::writeTemplateSpec, DefinitionImpl::writeToc, writeTopicIndex, writeTypeConstraints, DotFilePatcher::writeVecGfxFigure, writeVectorBox, VhdlDocGen::writeVHDLDeclaration, VhdlDocGen::writeVHDLDeclarations, VhdlDocGen::writeVhdlDeclarations, VhdlDocGen::writeVHDLTypeDocumentation, DotInclDepGraph::writeXML, writeXMLCodeBlock, writeXMLDocBlock and XmlDocVisitor::XmlDocVisitor.
HAS_CHARACTER_APPEND_OPERATOR
|
Definition at line 567 of file qcstring.h.
HAS_IMPLICIT_CAST_TO_PLAIN_C_STRING
|
Definition at line 528 of file qcstring.h.
qsnprintf
|
Definition at line 49 of file qcstring.h.
Referenced by DefinitionImpl::_writeSourceRefList, addIline, addIlineBreak, createCroppedEPS, createCroppedPDF, createDVIFile, createEPSbboxFile, createPNG, createPostscriptFile, createSVGFromPDF, createSVGFromPDFviaInkscape, encodeForOutput, findFileDef, generateMarker, CitationManager::getFormulas, VhdlDocGen::getProcessNumber, VhdlDocGen::getRecordNumber, DefinitionImpl::getSourceAnchor, DocHtmlHeader::parse, CommentScanner::parseCommentBlock, MemberDefImpl::setAnchor, stackTrace, HtmlCodeGenerator::startFold, SymbolResolver::Private::substTypedef and HtmlCodeGenerator::writeLineNumber.
TRUE
|
Definition at line 37 of file qcstring.h.
Referenced by DefinitionImpl::_docsAlreadyAdded, MemberDefImpl::_hasVisibleCallerGraph, DefinitionImpl::_setBriefDescription, MemberDefImpl::_writeCallerGraph, MemberDefImpl::_writeEnumValues, MemberDefImpl::_writeMultiLineInitializer, GroupDefImpl::addClass, addClassToContext, GroupDefImpl::addConcept, EclipseHelp::addContentsItem, HtmlHelp::addContentsItem, addDefine, addEnumValuesToEnums, addGroupListToTitle, addIncludeFile, HtmlHelp::addIndexItem, VHDLOutlineParser::addLibUseClause, MemberDefImpl::addListReference, addListReferences, FileDefImpl::addListReferences, GroupDefImpl::addListReferences, ModuleDefImpl::addListReferences, NamespaceDefImpl::addListReferences, addMemberDocs, addMemberFunction, addMemberSpecialization, addMembersToIndex, addMemberToGroups, addRelatedPage, addToIndices, ClassDefImpl::addTypeConstraint, DirDefImpl::addUsesDependency, addVariable, addVariable, SearchIndex::addWordRec, DocSimpleSect::appendLinkWord, applyModifiers, anonymous{tagreader.cpp}::TagFileParser::buildClassEntry, buildExampleList, buildFunctionList, DotClassGraph::buildGraph, DotInclDepGraph::buildGraph, buildGroupList, anonymous{tagreader.cpp}::TagFileParser::buildLists, anonymous{tagreader.cpp}::TagFileParser::buildMemberList, buildScopeFromQualifiedName, MemberDefImpl::cacheTypedefVal, CharAroundSpace::CharElem::CharElem, Config::checkAndCorrect, checkAndOpenFile, DocParser::checkArgumentName, checkForKnRstyleC, checkIfTypedef, DocParser::checkUnOrMultipleDocumentedParams, ClassDefImpl::ClassDefImpl, classHasVisibleChildren, codifyLines, codifyLines, codifyLines, FlowChart::colTextNodes, combineDeclarationAndDefinition, ConfigBool::compareDoxyfile, ConfigEnum::compareDoxyfile, ConfigInt::compareDoxyfile, ConfigList::compareDoxyfile, ConfigString::compareDoxyfile, compounddefExists, computeCommonDirPrefix, TreeDiagram::computeExtremes, DotGraph::computeGraph, computeIndentExcludingListMarkers, TreeDiagram::computeLayout, computeMemberRelationsForBaseClass, computeTemplateClassRelations, DotClassGraph::computeTheGraph, DotGfxHierarchyTable::computeTheGraph, DotGroupCollaboration::computeTheGraph, DotLegendGraph::computeTheGraph, VhdlDocGen::convertArgumentListToString, convertMapFile, DotFilePatcher::convertMapFile, ResourceMgr::copyResourceAs, ClassDefImpl::countAdditionalInheritedMembers, ClassDefImpl::countInheritedDecMembers, DotGfxHierarchyTable::createGraph, MemberList::declVisible, DocParser::defaultHandleToken, DefinitionImpl::DefinitionImpl, DefinitionMixin< Base >::DefinitionMixin, VhdlDocGen::deleteCharRev, DotNode::deleteNode, MemberDefImpl::detectUndocumentedParams, determineAbsoluteIncludeName, determineIfNeedsTag, DotCallGraph::determineTruncatedNodes, DotClassGraph::determineTruncatedNodes, DotInclDepGraph::determineTruncatedNodes, DotClassGraph::determineVisibleNodes, dirHasVisibleChildren, MemberDefImpl::displayDefinition, ClassDefAliasImpl::displayName, Definition::displayName, DirDefImpl::displayName, FileDefImpl::displayName, GroupDefImpl::displayName, MemberDefAliasImpl::displayName, ModuleDefImpl::displayName, NamespaceDefAliasImpl::displayName, PageDefImpl::displayName, DocAnchor::DocAnchor, DocCite::DocCite, DocHtmlCaption::DocHtmlCaption, DocRef::DocRef, DotCallGraph::DotCallGraph, DotClassGraph::DotClassGraph, DotGfxHierarchyTable::DotGfxHierarchyTable, DotGraph::DotGraph, DotGroupCollaboration::DotGroupCollaboration, DotInclDepGraph::DotInclDepGraph, TreeDiagram::drawBoxes, TreeDiagram::drawConnectors, dupOfParent, elemIsVisible, IndexList::enable, encodeForOutput, HtmlGenerator::endCallGraph, XMLCodeGenerator::endCodeLine, ManGenerator::endConstraintDocs, RTFGenerator::endConstraintList, HtmlGenerator::endDirDepGraph, DocbookGenerator::endDotGraph, HtmlGenerator::endDotGraph, RTFGenerator::endDotGraph, RTFGenerator::endExamples, endFileWithNavPath, HtmlGenerator::endGroupCollaboration, ManGenerator::endGroupHeader, HtmlGenerator::endInclDepGraph, RTFGenerator::endIndexItem, RTFGenerator::endIndexList, DocbookGenerator::endIndexSection, LatexGenerator::endIndexSection, RTFGenerator::endIndexSection, ManGenerator::endInlineMemberDoc, RTFGenerator::endItemList, RTFGenerator::endMemberDescription, DocbookGenerator::endMemberDocList, ManGenerator::endMemberDocSimple, ManGenerator::endMemberGroupHeader, ManGenerator::endMemberHeader, LayoutParser::endNavIndex, RTFGenerator::endParagraph, endScope, ManGenerator::endSection, ManGenerator::endTitleHead, expandExpression, extractCopyDocId, Portable::fileSystemIsCaseSensitive, filterMemberDocumentation, findAttribute, findBaseClassesForClass, findClassRelation, findDEV, findEndOfTemplate, findEnumDocumentation, findEnums, findFile, findFriends, findGlobalMember, GroupDefImpl::findGroup, findMember, findMemberLink, findMembersWithSpecificName, findObjCMethodDefinitions, findTemplateInstanceRelation, findUsedClassesForClass, findUsedTemplateInstances, findUsingDeclarations, findUsingDirectives, FTVNode::FTVNode, generateBriefDoc, generateClassMemberLink, generateClassMemberLink, generateClassOrGlobalLink, generateDEFForMember, generateExampleDocs, generateJSLink, generateJSNavTree, generateJSTree, FTVHelp::Private::generateLink, generateOutput, CitationManager::generatePage, RefList::generatePage, PerlModGenerator::generatePerlModForMember, generateSqlite3, generateSqlite3ForDir, generateSqlite3ForFile, generateSqlite3ForMember, generateXML, generateXMLForFile, generateXMLForMember, VhdlDocGen::getClassTitle, getCurrentDateTime, getDefsOld, FilterCache::getFileContents, getFilterFromList, getFortranNamespaceDefs, getFortranTypeDefs, MemberDefImpl::getLabels, getLink, getLink, getLink, getLinkInScope, getLinkInScope, getParagraphContext, SymbolResolver::Private::getResolvedSymbolRec, SymbolResolver::Private::getResolvedTypeRec, getScopeDefs, DocParser::handleAHref, DocPara::handleCommand, VHDLOutlineParser::handleCommentBlock, DocPara::handleHtmlStartTag, handleHtmlTag, DocParser::handleImg, handleInternal, DocPara::handleLink, DocParser::handleLinkedWord, handleName, handleParBlock, DocPara::handleSimpleSection, handleStatic, DocParser::handleStyleEnter, hasNonReferenceSuperClassRec, DefinitionImpl::hasSections, RTFDocVisitor::includePicturePreRTF, PrintDocVisitor::indent_leaf, MemberDefImpl::init, initParser, initPredefined, initSpecialBlock, initTriDoubleQuoteBlock, initTriSingleQuoteBlock, ClassDefImpl::insertMember, GroupDefImpl::insertMember, insertMemberDefineParams, insertMemberFunctionParams, insertPath, insertRefid, ClassDefImpl::insertTemplateInstance, insideBlockQuote, insideDetails, insideDL, insideLI, insideOL, insidePRE, insideStyleChangeThatIsOutsideParagraph, insideTable, insideUL, ClassDefImpl::internalInsertMember, DocParser::internalValidatingParseDoc, SymbolResolver::Private::isAccessibleFrom, SymbolResolver::Private::isAccessibleFromWithExpScope, ClassDefImpl::isAccessibleMember, DefinitionAliasMixin< Base >::isAlias, isClassSection, isCopyBriefOrDetailsCmd, MemberDefImpl::isCSharpProperty, isDocIncludeVisible, isDocIncOperatorVisible, isDocVerbatimVisible, VHDLOutlineParser::isFuncProcProced, DocHtmlRow::isHeading, NamespaceDefImpl::isLinkableInProject, MemberDefImpl::isObjCMethod, MemberDefImpl::isObjCProperty, DirDefImpl::isParentOf, MemberDefImpl::isReimplementedBy, isSpecialization, DotCallGraph::isTrivial, isVarWithConstructor, TreeDiagram::layoutTree, RTFGenerator::lineBreak, linkifyText, MemberDefImpl::makeImplementationDetail, ClassDefMutable::makeTemplateArgument, VHDLOutlineParser::mapLibPackage, DotNode::markAsTruncated, DotNode::markAsVisible, DocHtmlCell::markFirst, DocIncOperator::markFirst, DocPara::markFirst, DocParamList::markFirst, DocHtmlCell::markLast, DocIncOperator::markLast, DocPara::markLast, DocParamList::markLast, matchArgument2, matchArguments2, matchExcludedSymbols, DirDefImpl::matchPath, memberdefExists, memberdefIncomplete, membersHaveSpecificType, ClassDefImpl::mergeCategory, ClassDefImpl::mergeMembers, ClassDefImpl::mergeMembersFromBaseClasses, mergeScopes, mustBeOutsideParagraph, nameIsOperator, LexOutlineParser::needsPreprocessing, VHDLOutlineParser::needsPreprocessing, ManGenerator::newParagraph, newVariable, normalizeNonTemplateArgumentsInString, VHDLOutlineParser::oneLineComment, DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), HtmlDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), LatexDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), ManDocVisitor::operator(), PerlModDocVisitor::operator(), PrintDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), RTFDocVisitor::operator(), TextDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), XmlDocVisitor::operator(), DefinitionImpl::operator=, SymbolModifiers::operator|=, organizeSubGroups, otherCaseDone, MemberDefImpl::overrideCallerGraph, MemberDefImpl::overrideCallGraph, MemberDefImpl::overrideReferencedByRelation, MemberDefImpl::overrideReferencesRelation, PageDefImpl::PageDefImpl, DocAutoListItem::parse, DocHtmlBlockQuote::parse, DocHtmlCell::parse, DocHtmlDescData::parse, DocHtmlDescTitle::parse, DocHtmlDetails::parse, DocHtmlListItem::parse, DocHtmlRow::parse, DocIncOperator::parse, DocInternal::parse, DocParamList::parse, DocParamSect::parse, DocParBlock::parse, DocRef::parse, DocRoot::parse, DocSection::parse, DocXRefItem::parse, CCodeParser::parseCode, CodeParserInterface::parseCode, CodeFragmentManager::parseCodeFragment, parseCompounds, parseCompounds, DocTitle::parseFromString, parseInput, VHDLOutlineParser::parseInput, parseMain, parseMain, parseMain, FortranOutlineParser::parsePrototype, parsePrototype, parsePrototype, VHDLOutlineParser::parsePrototype, FileDefImpl::parseSource, ConfigImpl::parseString, DocHtmlCell::parseXml, DocHtmlListItem::parseXml, DocHtmlRow::parseXml, DocHtmlTable::parseXml, DocParamList::parseXml, DocTokenizer::popContext, DotGraph::prepareDotFile, prepassFixedForm, preProcessFile, RTFGenerator::preProcessFileInplace, Statistics::print, Markdown::Private::processBlocks, DocParser::processCopyDoc, Markdown::Private::processHtmlTagWrite, Markdown::Private::processLink, DiagramItem::putInList, quickLinkVisible, quickLinkVisible, readCodeFragment, readConfiguration, readIncludeFile, recodeString, recognizeFixedForm, RefList::RefList, ParserManager::registerExtension, removeIdsAndMarkers, renderMemberIndicesAsJs, renderQuickLinksAsJs, renderQuickLinksAsTabs, replaceFunctionMacro, replaceRef, resetPDFSize, resolveClassNestingRelations, resolveLink, resolveRef, resolveUserReferences, DotFilePatcher::run, DotManager::run, DotRunner::run, runPlantumlContent, ColoredImage::save, Image::save, scanner_abort, searchInputFiles, SearchIndex::setCurrentDoc, setCurrentDoc, setCurrentDoc, setCurrentDoc, DefinitionMixin< Base >::setDocumentation, DefinitionMutable::setDocumentation, ClassDefImpl::setGroupDefForAllMembers, GroupDefImpl::setGroupTitleLocal, ClassDefImpl::showUsedFiles, QCString::simplifyWhiteSpace, ClassDefMutable::sortAllMembersList, ManGenerator::startAnonTypeScope, DocbookCodeGenerator::startCodeLine, HtmlCodeGenerator::startCodeLine, LatexCodeGenerator::startCodeLine, startCodeLine, startCodeLine, XMLCodeGenerator::startCodeLine, anonymous{tagreader.cpp}::TagFileParser::startCompound, startCondSection, startCondSection, ManGenerator::startConstraintList, ManGenerator::startDescForItem, DocbookGenerator::startDescTable, ManGenerator::startDescTable, ManGenerator::startDescTableData, ManGenerator::startExamples, ManGenerator::startFile, DocbookCodeGenerator::startFontClass, XMLCodeGenerator::startFontClass, DocbookGenerator::startGroupHeader, LatexGenerator::startGroupHeader, ManGenerator::startGroupHeader, HtmlGenerator::startIndexItem, RTFGenerator::startIndexItem, RTFGenerator::startIndexList, LatexGenerator::startIndexSection, RTFGenerator::startIndexSection, ManGenerator::startItemListItem, RTFGenerator::startItemListItem, anonymous{tagreader.cpp}::TagFileParser::startMember, ClassDefImpl::startMemberDocumentation, FileDefImpl::startMemberDocumentation, GroupDefImpl::startMemberDocumentation, ModuleDefImpl::startMemberDocumentation, NamespaceDefImpl::startMemberDocumentation, DocbookGenerator::startMemberHeader, HtmlGenerator::startMemberHeader, LatexGenerator::startMemberHeader, DocbookGenerator::startMemberItem, HtmlGenerator::startMemberSections, LayoutParser::startNavEntry, ManGenerator::startParagraph, startQuickIndexList, DocbookGenerator::startTextBlock, stringize, stringToArgumentList, stripIrrelevantString, QCString::stripPrefix, stripQualifiers, stripQualifiers, stripScope, stripWord, substituteTemplateArgumentsInString, substituteTemplatesInString, QCString::toLong, QCString::toUInt64, QCString::toULong, transferFunctionReferences, transferRelatedFunctionDocumentation, tryAddEnumDocsToGroupMember, updateLanguageMapping, LayoutNavEntry::url, visitPreStart, MemberDefImpl::warnIfUndocumented, DotGroupCollaboration::Edge::write, DotNode::write, ClassDefImpl::writeAdditionalInheritedMembers, writeAlphabeticalExceptionIndex, writeAlphabeticalIndex, writeAlphabeticalInterfaceIndex, writeAlphabeticalStructIndex, writeAnnotatedClassList, writeAnnotatedIndexGeneric, ClassDefImpl::writeAuthorSection, ConceptDefImpl::writeAuthorSection, FileDefImpl::writeAuthorSection, GroupDefImpl::writeAuthorSection, ModuleDefImpl::writeAuthorSection, NamespaceDefImpl::writeAuthorSection, ClassDefImpl::writeBriefDescription, ConceptDefImpl::writeBriefDescription, DirDefImpl::writeBriefDescription, FileDefImpl::writeBriefDescription, GroupDefImpl::writeBriefDescription, ModuleDefImpl::writeBriefDescription, NamespaceDefImpl::writeBriefDescription, ResourceMgr::writeCategory, NamespaceDefImpl::writeClassDeclarations, writeClassMemberIndex, writeClassMemberIndexFiltered, writeClassTree, writeClassTreeForList, writeClassTreeInsideNamespaceElement, writeClassTreeToOutput, VhdlDocGen::writeClassType, writeConceptIndex, NamespaceDefImpl::writeConcepts, writeConceptTreeInsideNamespaceElement, MemberDefImpl::writeDeclaration, NamespaceLinkedRefMap::writeDeclaration, ClassDefImpl::writeDeclarationLink, ConceptDefImpl::writeDeclarationLink, ModuleDefImpl::writeDeclarationLink, writeDefArgumentList, writeDefaultQuickLinks, ConceptDefImpl::writeDetailedDescription, DirDefImpl::writeDetailedDescription, FileDefImpl::writeDetailedDescription, GroupDefImpl::writeDetailedDescription, ModuleDefImpl::writeDetailedDescription, NamespaceDefImpl::writeDetailedDescription, ClassDefImpl::writeDetailedDocumentationBody, writeDirHierarchy, GroupDefImpl::writeDirs, writeDirTreeNode, RTFGenerator::writeDoc, DotClassGraph::writeDocbook, ClassLinkedRefMap::writeDocumentation, GroupDefImpl::writeDocumentation, MemberDefImpl::writeDocumentation, PageDefImpl::writeDocumentation, writeDotImageMapFromFile, writeExampleIndex, ModuleDefImpl::writeExports, HtmlGenerator::writeExternalSearchPage, HtmlHelpIndex::writeFields, ClassDiagram::writeFigure, writeFileIndex, DirDefImpl::writeFileList, writeFileMemberIndexFiltered, GroupDefImpl::writeFiles, ModuleDefImpl::writeFiles, VhdlDocGen::writeFuncProcDocu, VhdlDocGen::writeFunctionProto, DotDirDeps::writeGraph, writeGroupTreeNode, writeHierarchicalExceptionIndex, writeHierarchicalIndex, writeHierarchicalInterfaceIndex, ClassDiagram::writeImage, FileDefImpl::writeIncludedByGraph, FileDefImpl::writeIncludeFiles, FileDefImpl::writeIncludeGraph, writeIndex, writeIndexHierarchyEntries, ClassDefImpl::writeInheritanceGraph, ClassDefImpl::writeInheritedMemberDeclarations, HtmlGenerator::writeInheritedSectionTitle, VhdlDocGen::writeInlineClassLink, DefinitionImpl::writeInlineCode, ClassDefImpl::writeInlineDocumentation, writeJavasScriptSearchDataPage, DotNode::writeLabel, DocbookCodeGenerator::writeLineNumber, HtmlCodeGenerator::writeLineNumber, LatexCodeGenerator::writeLineNumber, MemberDefImpl::writeLink, writeMapArea, MemberDefImpl::writeMemberDocSimple, ClassDefImpl::writeMemberList, writeMemberList, writeMenuData, writeModuleIndex, writeModuleMemberIndexFiltered, writeModuleTreeNode, writeMultiLineCodeLink, writeMultiLineCodeLink, writeMultiLineCodeLink, NamespaceDefImpl::writeNamespaceDeclarations, writeNamespaceIndex, writeNamespaceMemberIndexFiltered, ClassDefImpl::writeNestedClasses, GroupDefImpl::writeNestedGroups, Markdown::Private::writeOneLineHeaderOrRuler, GroupDefImpl::writePageDocumentation, PageDefImpl::writePageDocumentation, writePages, MemberList::writePlainDeclarations, VhdlDocGen::writePlainVHDLDeclarations, VhdlDocGen::writeProcedureProto, VhdlDocGen::writeProcessProto, writeQuickMemberIndex, VhdlDocGen::writeRecUnitDocu, FlowChart::writeShape, writeSingleFileIndex, VhdlDocGen::writeSource, FileDefImpl::writeSourceBody, DefinitionImpl::writeSourceRefs, ConfigOption::writeStringList, DirDefImpl::writeSubDirList, ClassDefImpl::writeSummaryLinks, FileDefImpl::writeSummaryLinks, GroupDefImpl::writeSummaryLinks, ModuleDefImpl::writeSummaryLinks, NamespaceDefImpl::writeSummaryLinks, DotFilePatcher::writeSVGFigureLink, ManGenerator::writeSynopsis, Markdown::Private::writeTableBlock, PageDefImpl::writeTagFile, VhdlDocGen::writeTagFile, writeTemplateArgumentList, DefinitionImpl::writeToc, writeTopicIndex, writeTypeConstraints, DotFilePatcher::writeVecGfxFigure, VhdlDocGen::writeVHDLDeclaration, VhdlDocGen::writeVHDLDeclarations, VhdlDocGen::writeVhdlDeclarations, DotClassGraph::writeXML and writeXMLCodeBlock.
Generated via doxygen2docusaurus by Doxygen 1.14.0.