Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
e5d036679737cd625400f58b59a9799c297ea82a
e5d036679737cd625400f58b59a9799c297ea82a
Switch branch/tag
yaml-cpp
src
node
convert.cpp
Find file
Normal view
History
Permalink
convert.cpp
55 Bytes
Edit
Web IDE
Newer
Older
Major switch from Value -> Node. The library compiles with the new API, but...
Jesse Beder
committed
Sep 10, 2011
1
#include "yaml-cpp/node/convert.h"
Implemented conversion for std::string, including a bypass-accessor to the scalar value
Jesse Beder
committed
Sep 07, 2011
2
3
4
5
namespace
YAML
{
}