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
813817f1abe7d911479b9729b3fc1dc5edddb971
813817f1abe7d911479b9729b3fc1dc5edddb971
Switch branch/tag
yaml-cpp
yaml-reader
tests.h
Find file
Normal view
History
Permalink
tests.h
98 Bytes
Edit
Web IDE
Newer
Older
Replaced the queue of Token pointers with values.
Jesse Beder
committed
Jul 20, 2008
1
2
3
4
5
6
#include <string>
namespace
Test
{
void
RunAll
();
bool
Inout
(
const
std
::
string
&
file
);
}