Search Results for

    Show / Hide Table of Contents

    Class PrettyJsonWriterImpl

    Inheritance
    PrettyWriter
    PrettyJsonWriterImpl
    Inherited Members
    PrettyJsonWriterImpl
    Assembly: FlaxEngine.dll
    File: Engine/Serialization/JsonWriters.h
    Syntax
    public class PrettyJsonWriterImpl : public rapidjson::PrettyWriter

    Constructors

    PrettyJsonWriterImpl(rapidjson_flax::StringBuffer& buffer)

    Initializes a new instance of the PrettyJsonWriterImpl class.

    Declaration
    public PrettyJsonWriterImpl(rapidjson_flax::StringBuffer& buffer)
    Parameters
    rapidjson_flax::StringBuffer buffer

    The buffer.

    Methods

    Float(float d)

    Declaration
    public void Float(float d)
    Parameters
    float d

    Returns
    void

    RawValue(const char* json, int32 length)

    Declaration
    public void RawValue(const char* json, int32 length)
    Parameters
    char json

    int32 length

    Returns
    void

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