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
2d0f324529f3f7d4ed2b6d1e4a94a2ab16468eaf
2d0f324529f3f7d4ed2b6d1e4a94a2ab16468eaf
Switch branch/tag
yaml-cpp
scalar.cpp
Find file
Normal view
History
Permalink
scalar.cpp
102 Bytes
Edit
Web IDE
Newer
Older
Preliminary setup - basic data structures are there.
beder
committed
Jun 25, 2008
1
2
3
4
5
6
7
8
9
10
11
12
#include "scalar.h"
namespace
YAML
{
Scalar
::
Scalar
()
{
}
Scalar
::~
Scalar
()
{
}
}