Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TList< ElementType > Class Template Reference

#include <List.h>

Public Member Functions

 TList (const ElementType &InElement, TList< ElementType > *InNext=nullptr)
 

Public Attributes

ElementType Element
 
TList< ElementType > * Next
 

Detailed Description

template<class ElementType>
class TList< ElementType >

Definition at line 800 of file List.h.

Constructor & Destructor Documentation

◆ TList()

template<class ElementType >
TList< ElementType >::TList ( const ElementType & InElement,
TList< ElementType > * InNext = nullptr )
inline

Definition at line 809 of file List.h.

Member Data Documentation

◆ Element

template<class ElementType >
ElementType TList< ElementType >::Element

Definition at line 804 of file List.h.

◆ Next

template<class ElementType >
TList<ElementType>* TList< ElementType >::Next

Definition at line 805 of file List.h.


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