mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Removed ATOMIC_TYPE, an old enum that wasn't used any more
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user