Ariles
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
writer_compact.cpp File Reference

Detailed Description

Author
Alexander Sherikov

Definition in file writer_compact.cpp.

Go to the source code of this file.

#include <msgpack.hpp>
#include <ariles2/visitors/msgpack.h>

Classes

class  ariles2::ns_msgpack_compact::impl::Writer
 

Namespaces

namespace  ariles2
 
namespace  ariles2::ns_msgpack_compact
 
namespace  ariles2::ns_msgpack_compact::impl
 

Macros

#define ARILES2_BASIC_TYPE(type)
 

Macro Definition Documentation

◆ ARILES2_BASIC_TYPE

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

Definition at line 83 of file writer_compact.cpp.