Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtmoduleinfo.h File Reference

(3c66def23fd8069835c8aba7710ec7f7cad68aa7)

#include <QString>
#include <QStringList>
#include <bitset>
#include <vector>
+ Include dependency graph for qtmoduleinfo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QtModule
 
class  QtModuleInfoStore
 

Typedefs

using ModuleBitset = std::bitset<ModuleBitsetSize>
 

Functions

bool contains (const ModuleBitset &modules, const QtModule &module)
 

Variables

constexpr size_t ModuleBitsetSize = 1024
 

Typedef Documentation

◆ ModuleBitset

using ModuleBitset = std::bitset<ModuleBitsetSize>

Definition at line 14 of file qtmoduleinfo.h.

Function Documentation

◆ contains()

bool contains ( const ModuleBitset & modules,
const QtModule & module )
inline

Definition at line 27 of file qtmoduleinfo.h.

References QtModule::id.

Variable Documentation

◆ ModuleBitsetSize

constexpr size_t ModuleBitsetSize = 1024
constexpr

Definition at line 13 of file qtmoduleinfo.h.