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
Commits
b6906483
Commit
b6906483
authored
Aug 22, 2011
by
Jesse Beder
Browse files
Removed ATOMIC_TYPE, an old enum that wasn't used any more
parent
d904b600
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
include/yaml-cpp/emitter.h
include/yaml-cpp/emitter.h
+0
-2
No files found.
include/yaml-cpp/emitter.h
View file @
b6906483
...
@@ -71,8 +71,6 @@ namespace YAML
...
@@ -71,8 +71,6 @@ namespace YAML
void
PostWriteStreamable
(
const
std
::
stringstream
&
str
);
void
PostWriteStreamable
(
const
std
::
stringstream
&
str
);
private:
private:
enum
ATOMIC_TYPE
{
AT_SCALAR
,
AT_SEQ
,
AT_BLOCK_SEQ
,
AT_FLOW_SEQ
,
AT_MAP
,
AT_BLOCK_MAP
,
AT_FLOW_MAP
};
void
PreAtomicWrite
();
void
PreAtomicWrite
();
bool
GotoNextPreAtomicState
();
bool
GotoNextPreAtomicState
();
void
PostAtomicWrite
();
void
PostAtomicWrite
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment