tue_config
include
tue
config
node_type.h
Go to the documentation of this file.
1
#ifndef TUE_CONFIG_NODE_TYPE_H_
2
#define TUE_CONFIG_NODE_TYPE_H_
3
4
namespace
tue
5
{
6
7
namespace
config
8
{
9
10
enum
NodeType
11
{
12
MAP
,
13
ARRAY
14
};
15
16
}
// end namespace config
17
18
}
// end namespace tue
19
20
#endif
tue::config::ARRAY
@ ARRAY
Definition:
node_type.h:13
tue::config::MAP
@ MAP
Definition:
node_type.h:12
tue::config::NodeType
NodeType
Definition:
node_type.h:10
tue
config
tue::config::ReaderWriter config
Definition:
sdf_gtest.cpp:9
Generated on Tue Dec 16 2025 04:47:47 for tue_config by
1.8.17