Search Results for

    Show / Hide Table of Contents

    Class StringAsBase

    Inheritance
    StringAsBase
    Assembly: FlaxEngine.dll
    File: Engine/Utilities/StringConverter.h
    Syntax
    public class StringAsBase<CharType, InlinedSize>
    Type Parameters
    CharType

    InlinedSize

    Constructors

    ~StringAsBase()

    Declaration
    public ~StringAsBase()

    Fields

    _dynamic

    Declaration
    protected CharType* _dynamic = nullptr
    Field Value
    CharType

    _inlined

    Declaration
    protected CharType _inlined[InlinedSize]
    Field Value
    CharType

    _static

    Declaration
    protected CharType* _static = nullptr
    Field Value
    CharType

    Methods

    Get()

    Declaration
    public CharType* Get() const
    Returns
    CharType

    Length()

    Declaration
    public int32 Length() const
    Returns
    int32

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat