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

Auto-closes the node. More...

#include <json_writer.hxx>

Collaboration diagram for tools::ScopedJsonWriterStruct:
[legend]

Public Member Functions

 ~ScopedJsonWriterStruct ()
 

Private Member Functions

 ScopedJsonWriterStruct (JsonWriter &rWriter)
 

Private Attributes

JsonWritermrWriter
 

Friends

class JsonWriter
 

Detailed Description

Auto-closes the node.

Definition at line 157 of file json_writer.hxx.

Constructor & Destructor Documentation

◆ ScopedJsonWriterStruct()

tools::ScopedJsonWriterStruct::ScopedJsonWriterStruct ( JsonWriter rWriter)
inlineprivate

Definition at line 163 of file json_writer.hxx.

◆ ~ScopedJsonWriterStruct()

tools::ScopedJsonWriterStruct::~ScopedJsonWriterStruct ( )
inline

Definition at line 169 of file json_writer.hxx.

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

Friends And Related Function Documentation

◆ JsonWriter

friend class JsonWriter
friend

Definition at line 159 of file json_writer.hxx.

Member Data Documentation

◆ mrWriter

JsonWriter& tools::ScopedJsonWriterStruct::mrWriter
private

Definition at line 161 of file json_writer.hxx.

Referenced by ~ScopedJsonWriterStruct().


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