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

Auto-closes the node. More...

#include <json_writer.hxx>

Collaboration diagram for tools::ScopedJsonWriterNode:
[legend]

Public Member Functions

 ~ScopedJsonWriterNode ()
 

Private Member Functions

 ScopedJsonWriterNode (JsonWriter &rWriter)
 

Private Attributes

JsonWritermrWriter
 

Friends

class JsonWriter
 

Detailed Description

Auto-closes the node.

Definition at line 121 of file json_writer.hxx.

Constructor & Destructor Documentation

◆ ScopedJsonWriterNode()

tools::ScopedJsonWriterNode::ScopedJsonWriterNode ( JsonWriter rWriter)
inlineprivate

Definition at line 127 of file json_writer.hxx.

◆ ~ScopedJsonWriterNode()

tools::ScopedJsonWriterNode::~ScopedJsonWriterNode ( )
inline

Definition at line 133 of file json_writer.hxx.

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

Friends And Related Function Documentation

◆ JsonWriter

friend class JsonWriter
friend

Definition at line 123 of file json_writer.hxx.

Member Data Documentation

◆ mrWriter

JsonWriter& tools::ScopedJsonWriterNode::mrWriter
private

Definition at line 125 of file json_writer.hxx.

Referenced by ~ScopedJsonWriterNode().


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