repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scide: implement selectionLength for openDocument
[supercollider.git]
/
external_libraries
/
yaml-cpp-0.3.0
/
src
/
null.cpp
blob
08fa9aae8b78a86fb337dcfbe0c9c0e7c7ab8898
1
#include
"yaml-cpp/null.h"
2
#include
"yaml-cpp/node.h"
3
4
namespace
YAML
5
{
6
_Null Null
;
7
8
bool
IsNull
(
const
Node
&
node
)
9
{
10
return
node
.
Read
(
Null
);
11
}
12
}