Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
UETypeName_Private::FSubstr Struct Reference

#include <GeneratedTypeName.h>

Public Member Functions

constexpr char operator[] (uint32 Index) const
 
constexpr uint32 Len () const
 
constexpr FSubstr PopFront (int Num=1) const
 
constexpr FSubstr PopBack (int Num=1) const
 
constexpr FSubstr PopFrontAll (char Ch) const
 
constexpr FSubstr PopFrontAllNot (char Ch) const
 
constexpr FSubstr PopBackAll (char Ch) const
 
constexpr FSubstr PopBackAllNot (char Ch) const
 

Public Attributes

const charPtr
 
uint32 Length
 

Detailed Description

Definition at line 26 of file GeneratedTypeName.h.

Member Function Documentation

◆ Len()

constexpr uint32 UETypeName_Private::FSubstr::Len ( ) const
inlineconstexpr

Definition at line 36 of file GeneratedTypeName.h.

+ Here is the caller graph for this function:

◆ operator[]()

constexpr char UETypeName_Private::FSubstr::operator[] ( uint32 Index) const
inlineconstexpr

Definition at line 31 of file GeneratedTypeName.h.

◆ PopBack()

constexpr FSubstr UETypeName_Private::FSubstr::PopBack ( int Num = 1) const
inlineconstexpr

Definition at line 46 of file GeneratedTypeName.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PopBackAll()

constexpr FSubstr UETypeName_Private::FSubstr::PopBackAll ( char Ch) const
inlineconstexpr

Definition at line 61 of file GeneratedTypeName.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PopBackAllNot()

constexpr FSubstr UETypeName_Private::FSubstr::PopBackAllNot ( char Ch) const
inlineconstexpr

Definition at line 66 of file GeneratedTypeName.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PopFront()

constexpr FSubstr UETypeName_Private::FSubstr::PopFront ( int Num = 1) const
inlineconstexpr

Definition at line 41 of file GeneratedTypeName.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PopFrontAll()

constexpr FSubstr UETypeName_Private::FSubstr::PopFrontAll ( char Ch) const
inlineconstexpr

Definition at line 51 of file GeneratedTypeName.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PopFrontAllNot()

constexpr FSubstr UETypeName_Private::FSubstr::PopFrontAllNot ( char Ch) const
inlineconstexpr

Definition at line 56 of file GeneratedTypeName.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Length

uint32 UETypeName_Private::FSubstr::Length

Definition at line 29 of file GeneratedTypeName.h.

◆ Ptr

const char* UETypeName_Private::FSubstr::Ptr

Definition at line 28 of file GeneratedTypeName.h.


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