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
c1966ba3fcc478058244e06628aced957eb78a7c
yaml-cpp
/
content.h
T
14 lines
125 B
C++
Raw
Normal View
History
Unescape
Escape
Preliminary setup - basic data structures are there.
2008-06-25 23:00:18 +00:00
#pragma once
namespace
YAML
{
class
Content
{
public
:
Content
();
virtual
~
Content
();
protected
:
};
}
Reference in New Issue
Copy Permalink