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 <ariles2/visitors/yaml_cpp.h>
#include <yaml-cpp/yaml.h>

Classes

class  ariles2::ns_yaml_cpp::impl::Reader
 

Namespaces

 ariles2
 
 ariles2::ns_yaml_cpp
 
 ariles2::ns_yaml_cpp::impl
 

Macros

#define ARILES2_BASIC_TYPE(type)
 

Typedefs

using ariles2::ns_yaml_cpp::NodeWrapper = serialization::Node< YAML::Node >
 

Macro Definition Documentation

◆ ARILES2_BASIC_TYPE

#define ARILES2_BASIC_TYPE (   type)
Value:
void Reader::readElement(type &element) \
{ \
CPPUT_TRACE_FUNCTION; \
element = impl_->getRawNode().as<type>(); \
}

Definition at line 186 of file reader.cpp.