- Author
- Alexander Sherikov
- Copyright
- 2018-2026 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 <ariles2/visitors/nlohmann_json.h>
#include "common.h"
#include <nlohmann/json.hpp>
◆ ARILES2_BASIC_TYPE [1/2]
| #define ARILES2_BASIC_TYPE |
( |
|
type | ) |
|
Value: void Writer::writeElement(const type &element, const Parameters &) \
{ \
impl_->getRawNode() = static_cast<std::int64_t>(element); \
}
Definition at line 161 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() = static_cast<std::uint64_t>(element); \
}
Definition at line 161 of file writer.cpp.