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
Releaser::Offset Struct Reference
Collaboration diagram for Releaser::Offset:

Public Member Functions

 Offset ()
 Offset (uint hash, uint offset)
bool operator< (const Offset &other) const
bool operator== (const Offset &other) const
 Offset ()
 Offset (uint hash, uint offset)
bool operator< (const Offset &other) const
bool operator== (const Offset &other) const

Public Attributes

uint h
uint o

Detailed Description

Definition at line 113 of file qm.cpp.

Constructor & Destructor Documentation

◆ Offset() [1/4]

Releaser::Offset::Offset ( )
inline

Definition at line 114 of file qm.cpp.

References Offset().

Referenced by Offset().

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

◆ Offset() [2/4]

Releaser::Offset::Offset ( uint hash,
uint offset )
inline

Definition at line 117 of file qm.cpp.

References Offset().

Referenced by Offset().

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

◆ Offset() [3/4]

Releaser::Offset::Offset ( )
inline

Definition at line 114 of file qm.cpp.

◆ Offset() [4/4]

Releaser::Offset::Offset ( uint hash,
uint offset )
inline

Definition at line 117 of file qm.cpp.

Member Function Documentation

◆ operator<() [1/2]

bool Releaser::Offset::operator< ( const Offset & other) const
inline

Definition at line 121 of file qm.cpp.

◆ operator<() [2/2]

bool Releaser::Offset::operator< ( const Offset & other) const
inline

Definition at line 121 of file qm.cpp.

◆ operator==() [1/2]

bool Releaser::Offset::operator== ( const Offset & other) const
inline

Definition at line 124 of file qm.cpp.

◆ operator==() [2/2]

bool Releaser::Offset::operator== ( const Offset & other) const
inline

Definition at line 124 of file qm.cpp.

Member Data Documentation

◆ h

uint Releaser::Offset::h

Definition at line 127 of file qm.cpp.

◆ o

uint Releaser::Offset::o

Definition at line 128 of file qm.cpp.


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