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 111 of file qm.cpp.

Constructor & Destructor Documentation

◆ Offset() [1/4]

Releaser::Offset::Offset ( )
inline

Definition at line 112 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 115 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 112 of file qm.cpp.

◆ Offset() [4/4]

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

Definition at line 115 of file qm.cpp.

Member Function Documentation

◆ operator<() [1/2]

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

Definition at line 119 of file qm.cpp.

◆ operator<() [2/2]

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

Definition at line 119 of file qm.cpp.

◆ operator==() [1/2]

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

Definition at line 122 of file qm.cpp.

◆ operator==() [2/2]

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

Definition at line 122 of file qm.cpp.

Member Data Documentation

◆ h

uint Releaser::Offset::h

Definition at line 125 of file qm.cpp.

◆ o

uint Releaser::Offset::o

Definition at line 126 of file qm.cpp.


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