This website requires JavaScript.
Explore
Help
Sign In
loot
/
yaml-cpp
Watch
0
Star
0
Fork
0
mirror of
https://github.com/loot/yaml-cpp.git
synced
2026-07-27 14:13:42 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ab16bac6247c7941d49fbf9ed25567cbce9f49c
yaml-cpp
/
util
/
value.cpp
T
10 lines
102 B
C++
Raw
Normal View
History
Unescape
Escape
Reorganized so that we don't have cyclic include problems
2011-09-07 02:59:58 -05:00
#include
"yaml-cpp/value.h"
Value stuff compiles/links with lots of placeholder functions
2011-09-07 00:12:24 -05:00
int
main
()
{
YAML
::
Value
value
;
Started implementing node_data
2011-09-07 00:45:28 -05:00
value
[
"key"
]
=
"value"
;
Value stuff compiles/links with lots of placeholder functions
2011-09-07 00:12:24 -05:00
return
0
;
}
Reference in New Issue
Copy Permalink