Skip to content

A wrapper class for yaml-cpp that facilitates the safe and easy loading of YAML parameters.

Notifications You must be signed in to change notification settings

RENyunfan/yaml_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaml_loader

A header-only wrapper class for yaml-cpp that simplifies the safe and easy loading of YAML parameters.

Dependencies

To use yaml-loader, you need to install yaml-cpp:

sudo apt install libyaml-cpp-dev

Usage

  1. Copy and include yaml_loader.hpp in your project.
  2. Add the following lines to your CMakeLists.txt:
find_package(yaml-cpp REQUIRED)

target_link_libraries(${YOUR_PROJECT}
        yaml-cpp
)

Example

For an example of usage, please refer to main.cpp.

About

A wrapper class for yaml-cpp that facilitates the safe and easy loading of YAML parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published