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
557f81e622
yaml-cpp
/
src
/
content.cpp
14 lines
125 B
C++
Raw
Normal View
History
Unescape
Escape
Replaced the queue of Token pointers with values. We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there.
2008-07-20 09:02:01 +04:00
#
include
"crt.h"
Preliminary setup - basic data structures are there.
2008-06-26 03:00:18 +04:00
#
include
"content.h"
namespace
YAML
{
Content
:
:
Content
(
)
{
}
Content
:
:
~
Content
(
)
{
}
}
Reference in New Issue
Copy Permalink