![]() |
MCRO
C++23 utilities for Unreal Engine.
|
#include <TestHelpers.h>
Public Member Functions | |
| FORCEINLINE | FCopyConstructCounter () |
| FORCEINLINE | FCopyConstructCounter (FCopyConstructCounter const &other) |
| FORCEINLINE | FCopyConstructCounter (FCopyConstructCounter &&other) noexcept |
| auto | operator= (FCopyConstructCounter const &other) -> FCopyConstructCounter & |
| auto | operator= (FCopyConstructCounter &&other) noexcept -> FCopyConstructCounter & |
Data Fields | |
| int32 | CopyCount = 0 |
| int32 | MoveCount = 0 |
| int32 | CopyAssignCount = 0 |
| int32 | MoveAssignCount = 0 |
Definition at line 18 of file TestHelpers.h.
|
inline |
Definition at line 20 of file TestHelpers.h.
|
inline |
Definition at line 21 of file TestHelpers.h.
|
inlinenoexcept |
Definition at line 24 of file TestHelpers.h.
|
noexcept |
| auto FCopyConstructCounter::operator= | ( | FCopyConstructCounter const & | other | ) | -> FCopyConstructCounter & |
| int32 FCopyConstructCounter::CopyAssignCount = 0 |
Definition at line 33 of file TestHelpers.h.
| int32 FCopyConstructCounter::CopyCount = 0 |
Definition at line 31 of file TestHelpers.h.
| int32 FCopyConstructCounter::MoveAssignCount = 0 |
Definition at line 34 of file TestHelpers.h.
| int32 FCopyConstructCounter::MoveCount = 0 |
Definition at line 32 of file TestHelpers.h.