Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TPlacementNewer< T > Struct Template Reference

#include <DelegateInstanceInterface.h>

+ Collaboration diagram for TPlacementNewer< T >:

Public Member Functions

 TPlacementNewer ()
 
 ~TPlacementNewer ()
 
template<typename... ArgTypes>
Toperator() (ArgTypes &&... Args)
 
Toperator-> ()
 

Private Attributes

TTypeCompatibleBytes< TBytes
 
bool bConstructed
 

Detailed Description

template<typename T>
struct TPlacementNewer< T >

Definition at line 89 of file DelegateInstanceInterface.h.

Constructor & Destructor Documentation

◆ TPlacementNewer()

template<typename T >
TPlacementNewer< T >::TPlacementNewer ( )
inline

Definition at line 91 of file DelegateInstanceInterface.h.

◆ ~TPlacementNewer()

template<typename T >
TPlacementNewer< T >::~TPlacementNewer ( )
inline

Definition at line 96 of file DelegateInstanceInterface.h.

Member Function Documentation

◆ operator()()

template<typename T >
template<typename... ArgTypes>
T * TPlacementNewer< T >::operator() ( ArgTypes &&... Args)
inline

Definition at line 108 of file DelegateInstanceInterface.h.

◆ operator->()

template<typename T >
T * TPlacementNewer< T >::operator-> ( )
inline

Definition at line 116 of file DelegateInstanceInterface.h.

Member Data Documentation

◆ bConstructed

template<typename T >
bool TPlacementNewer< T >::bConstructed
private

Definition at line 124 of file DelegateInstanceInterface.h.

◆ Bytes

template<typename T >
TTypeCompatibleBytes<T> TPlacementNewer< T >::Bytes
private

Definition at line 123 of file DelegateInstanceInterface.h.


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