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

Classes

class  ariles::ns_yaml_cpp::impl::Reader
 

Namespaces

 ariles
 
 ariles::ns_yaml_cpp
 
 ariles::ns_yaml_cpp::impl
 

Macros

#define ARILES_BASIC_TYPE(type)
 

Typedefs

typedef ariles::Node< YAML::Node > ariles::ns_yaml_cpp::NodeWrapper
 

Macro Definition Documentation

◆ ARILES_BASIC_TYPE

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

Definition at line 165 of file reader.cpp.