Ariles
Classes | Namespaces | Macros | Typedefs
reader.cpp File Reference

Detailed Description

Author
Alexander Sherikov

Definition in file reader.cpp.

Go to the source code of this file.

#include <sstream>
#include <msgpack.hpp>
#include <ariles/visitors/msgpack.h>

Classes

class  ariles::ns_msgpack::impl::Reader
 

Namespaces

 ariles
 
 ariles::ns_msgpack
 
 ariles::ns_msgpack::impl
 

Macros

#define ARILES_BASIC_TYPE(type)
 

Typedefs

typedef ariles::Node< const ::msgpack::object * > ariles::ns_msgpack::NodeWrapper
 

Macro Definition Documentation

◆ ARILES_BASIC_TYPE

#define ARILES_BASIC_TYPE (   type)
Value:
void Reader::readElement(type &element) \
{ \
ARILES_TRACE_FUNCTION; \
impl_->getRawNode() >> element; \
}

Definition at line 241 of file reader.cpp.