Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
ResultsCacheKey Struct Reference

#include <cpp.h>

Collaboration diagram for ResultsCacheKey:

Public Member Functions

 ResultsCacheKey (const QString &filePath)
 ResultsCacheKey (const QString &filePath, const CppParserState &state)
bool operator== (const ResultsCacheKey &other) const

Public Attributes

const QString cleanFile
const CppParserState parserState

Detailed Description

Definition at line 103 of file cpp.h.

Constructor & Destructor Documentation

◆ ResultsCacheKey() [1/2]

ResultsCacheKey::ResultsCacheKey ( const QString & filePath)
inline

Definition at line 108 of file cpp.h.

References ResultsCacheKey().

Referenced by ResultsCacheKey().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResultsCacheKey() [2/2]

ResultsCacheKey::ResultsCacheKey ( const QString & filePath,
const CppParserState & state )
inline

Definition at line 113 of file cpp.h.

References ResultsCacheKey().

Referenced by ResultsCacheKey().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ operator==()

bool ResultsCacheKey::operator== ( const ResultsCacheKey & other) const
inline

Definition at line 119 of file cpp.h.

Member Data Documentation

◆ cleanFile

const QString ResultsCacheKey::cleanFile

Definition at line 105 of file cpp.h.

◆ parserState

const CppParserState ResultsCacheKey::parserState

Definition at line 106 of file cpp.h.


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