This website requires JavaScript.
Explore
Help
Sign In
External
/
yaml-cpp
Watch
8
Star
0
Fork
0
You've already forked yaml-cpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7a3f425720
yaml-cpp
/
util
/
value.cpp
10 lines
102 B
C++
Raw
Normal View
History
Unescape
Escape
Reorganized so that we don't have cyclic include problems
2011-09-07 11:59:58 +04:00
#
include
"yaml-cpp/value.h"
Value stuff compiles/links with lots of placeholder functions
2011-09-07 09:12:24 +04:00
int
main
(
)
{
YAML
:
:
Value
value
;
Started implementing node_data
2011-09-07 09:45:28 +04:00
value
[
"
key
"
]
=
"
value
"
;
Value stuff compiles/links with lots of placeholder functions
2011-09-07 09:12:24 +04:00
return
0
;
}
Reference in New Issue
Copy Permalink