PURIFY
Next-generation radio interferometric imaging
Classes | Namespaces | Macros
yaml-parser.h File Reference
#include <assert.h>
#include <fstream>
#include <iostream>
#include "purify/algorithm_factory.h"
#include "yaml-cpp/yaml.h"
+ Include dependency graph for yaml-parser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  purify::YamlParser
 

Namespaces

 purify
 

Macros

#define YAML_MACRO(TYPE, NAME, VALUE)
 

Macro Definition Documentation

◆ YAML_MACRO

#define YAML_MACRO (   TYPE,
  NAME,
  VALUE 
)
Value:
private: \
TYPE NAME##_ = VALUE; \
\
public: \
TYPE NAME() const { return NAME##_; };

Definition at line 79 of file yaml-parser.h.