Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
UE::Core::Private::TCountingOutputIterator< DestType > Struct Template Reference

Public Member Functions

 TCountingOutputIterator ()
 
const TCountingOutputIteratoroperator* () const
 
const TCountingOutputIteratoroperator++ ()
 
const TCountingOutputIteratoroperator++ (int)
 
const TCountingOutputIteratoroperator+= (const int32 Amount)
 
const DestTypeoperator= (const DestType &Val) const
 
int32 GetCount () const
 

Private Attributes

int32 Counter
 

Friends

int32 operator- (TCountingOutputIterator Lhs, TCountingOutputIterator Rhs)
 

Detailed Description

template<typename DestType>
struct UE::Core::Private::TCountingOutputIterator< DestType >

This is a basic object which counts how many times it has been incremented

Definition at line 41 of file GenericPlatformString.cpp.

Constructor & Destructor Documentation

◆ TCountingOutputIterator()

template<typename DestType >
UE::Core::Private::TCountingOutputIterator< DestType >::TCountingOutputIterator ( )
inline

Definition at line 43 of file GenericPlatformString.cpp.

Member Function Documentation

◆ GetCount()

Definition at line 63 of file GenericPlatformString.cpp.

◆ operator*()

◆ operator++() [1/2]

◆ operator++() [2/2]

◆ operator+=()

◆ operator=()

Friends And Related Symbol Documentation

◆ operator-

Member Data Documentation

◆ Counter

Definition at line 66 of file GenericPlatformString.cpp.


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