LibreOffice Module tools (master) 1
Classes | Namespaces
json_writer.hxx File Reference
#include <sal/config.h>
#include <tools/toolsdllapi.h>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <string>
#include <string_view>
#include <utility>
Include dependency graph for json_writer.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tools::JsonWriter
 
class  tools::ScopedJsonWriterNode
 Auto-closes the node. More...
 
class  tools::ScopedJsonWriterArray
 Auto-closes the node. More...
 
class  tools::ScopedJsonWriterStruct
 Auto-closes the node. More...
 

Namespaces

namespace  tools
 Note: this class is a true marvel of engineering: because the author could not decide whether it's better to have a closed or half-open interval, they just implemented both in the same class!