LibreOffice Module tools (master) 1
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
tools::ScopedJsonWriterArray Class Reference

Auto-closes the node. More...

#include <json_writer.hxx>

Collaboration diagram for tools::ScopedJsonWriterArray:
[legend]

Public Member Functions

 ~ScopedJsonWriterArray ()
 

Private Member Functions

 ScopedJsonWriterArray (JsonWriter &rWriter)
 

Private Attributes

JsonWritermrWriter
 

Friends

class JsonWriter
 

Detailed Description

Auto-closes the node.

Definition at line 139 of file json_writer.hxx.

Constructor & Destructor Documentation

◆ ScopedJsonWriterArray()

tools::ScopedJsonWriterArray::ScopedJsonWriterArray ( JsonWriter rWriter)
inlineprivate

Definition at line 145 of file json_writer.hxx.

◆ ~ScopedJsonWriterArray()

tools::ScopedJsonWriterArray::~ScopedJsonWriterArray ( )
inline

Definition at line 151 of file json_writer.hxx.

References tools::JsonWriter::endArray(), and mrWriter.

Friends And Related Function Documentation

◆ JsonWriter

friend class JsonWriter
friend

Definition at line 141 of file json_writer.hxx.

Member Data Documentation

◆ mrWriter

JsonWriter& tools::ScopedJsonWriterArray::mrWriter
private

Definition at line 143 of file json_writer.hxx.

Referenced by ~ScopedJsonWriterArray().


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