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
e905b742320ab8380649a94fad6f1639344bb2ef
e905b742320ab8380649a94fad6f1639344bb2ef
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...
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
beder
committed
Sep 07, 2011
2
3
4
5
namespace
YAML
{
}