- Author
- Alexander Sherikov
- Copyright
- 2018-2020 Alexander Sherikov, Licensed under the Apache License, Version 2.0. (see LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
Definition in file writer.cpp.
Go to the source code of this file.
#include <ariles/visitors/rapidjson.h>
#include "common.h"
#include <rapidjson/writer.h>
#include <rapidjson/prettywriter.h>
#include <rapidjson/stringbuffer.h>
◆ ARILES_BASIC_TYPE [1/2]
#define ARILES_BASIC_TYPE |
( |
|
type | ) |
|
Value:void Writer::writeElement(const type &element) \
{ \
impl_->getRawNode().SetInt64(element); \
}
Definition at line 184 of file writer.cpp.
◆ ARILES_BASIC_TYPE [2/2]
#define ARILES_BASIC_TYPE |
( |
|
type | ) |
|
Value:void Writer::writeElement(const type &element) \
{ \
impl_->getRawNode().SetUint64(element); \
}
Definition at line 184 of file writer.cpp.