|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <drawbuckets.h>
Public Member Functions | |
| Id ()=default | |
| Id (DrawBuckets &owner) | |
| Id (Id &&other) noexcept | |
| Id & | operator= (Id &&other) noexcept |
| ~Id () | |
| uint16_t | toInt () const |
| Bucket & | operator* () |
| Bucket * | operator-> () |
Friends | |
| class | DrawBuckets |
Definition at line 21 of file drawbuckets.h.
|
default |
|
inline |
Definition at line 24 of file drawbuckets.h.
|
noexcept |
Definition at line 22 of file drawbuckets.cpp.
| DrawBuckets::Id::~Id | ( | ) |
Definition at line 33 of file drawbuckets.cpp.
|
inline |
Definition at line 31 of file drawbuckets.h.
|
inline |
Definition at line 32 of file drawbuckets.h.
|
noexcept |
Definition at line 27 of file drawbuckets.cpp.
|
inline |
Definition at line 29 of file drawbuckets.h.
|
friend |
Definition at line 39 of file drawbuckets.h.