cpp-hocon
0.3.0
hocon
config_syntax.hpp
1
#pragma once
2
3
enum class
config_syntax {
10
JSON,
11
18
CONF,
19
21
UNSPECIFIED
22
23
// Original project also supported Java's .properties formats, but we do not
24
};
Generated on Wed Mar 17 2021 09:30:08 for cpp-hocon by
1.8.14