Ariles
Classes | Namespaces | Macros
writer.cpp File Reference

Detailed Description

Author
Alexander Sherikov

Definition in file writer.cpp.

Go to the source code of this file.

#include <ariles2/visitors/rapidjson.h>
#include "common.h"
#include <rapidjson/writer.h>
#include <rapidjson/prettywriter.h>
#include <rapidjson/stringbuffer.h>

Classes

class  ariles2::ns_rapidjson::impl::Writer
 

Namespaces

 ariles2
 
 ariles2::ns_rapidjson
 
 ariles2::ns_rapidjson::impl
 

Macros

#define ARILES2_BASIC_TYPE(type)
 
#define ARILES2_BASIC_TYPE(type)
 

Macro Definition Documentation

◆ ARILES2_BASIC_TYPE [1/2]

#define ARILES2_BASIC_TYPE (   type)
Value:
void Writer::writeElement(const type &element, const Parameters &) \
{ \
impl_->getRawNode().SetInt64(element); \
}
visitor::Parameters Parameters
Definition: count.h:26

Definition at line 173 of file writer.cpp.

◆ ARILES2_BASIC_TYPE [2/2]

#define ARILES2_BASIC_TYPE (   type)
Value:
void Writer::writeElement(const type &element, const Parameters &) \
{ \
impl_->getRawNode().SetUint64(element); \
}

Definition at line 173 of file writer.cpp.