OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
DrawBuckets::Id Class Reference

#include <drawbuckets.h>

Public Member Functions

 Id ()=default
 
 Id (DrawBuckets &owner)
 
 Id (Id &&other) noexcept
 
Idoperator= (Id &&other) noexcept
 
 ~Id ()
 
uint16_t toInt () const
 
Bucketoperator* ()
 
Bucketoperator-> ()
 

Friends

class DrawBuckets
 

Detailed Description

Definition at line 21 of file drawbuckets.h.

Constructor & Destructor Documentation

◆ Id() [1/3]

DrawBuckets::Id::Id ( )
default

◆ Id() [2/3]

DrawBuckets::Id::Id ( DrawBuckets owner)
inline

Definition at line 24 of file drawbuckets.h.

◆ Id() [3/3]

DrawBuckets::Id::Id ( Id &&  other)
noexcept

Definition at line 22 of file drawbuckets.cpp.

◆ ~Id()

DrawBuckets::Id::~Id ( )

Definition at line 33 of file drawbuckets.cpp.

Member Function Documentation

◆ operator*()

Bucket & DrawBuckets::Id::operator* ( )
inline

Definition at line 31 of file drawbuckets.h.

◆ operator->()

Bucket * DrawBuckets::Id::operator-> ( )
inline

Definition at line 32 of file drawbuckets.h.

◆ operator=()

DrawBuckets::Id & DrawBuckets::Id::operator= ( Id &&  other)
noexcept

Definition at line 27 of file drawbuckets.cpp.

◆ toInt()

uint16_t DrawBuckets::Id::toInt ( ) const
inline

Definition at line 29 of file drawbuckets.h.

Friends And Related Symbol Documentation

◆ DrawBuckets

friend class DrawBuckets
friend

Definition at line 39 of file drawbuckets.h.


The documentation for this class was generated from the following files: