tue_config
include
tue
config
yaml_emitter.h
Go to the documentation of this file.
1
#ifndef TUE_CONFIG_YAML_EMITTER_H_
2
#define TUE_CONFIG_YAML_EMITTER_H_
3
4
#include "
tue/config/types.h
"
5
6
#include <
string
>
7
8
namespace
tue
9
{
10
11
namespace
config
12
{
13
14
class
Data;
15
16
class
YAMLEmitter
17
{
18
19
public
:
20
21
YAMLEmitter
();
22
23
void
emit
(
const
tue::config::DataConstPointer
& cfg,
std::ostream
& out,
const
std::string
& indent =
""
);
24
25
};
26
27
}
// end namespace config
28
29
}
// end namespace tue
30
31
#endif
std::string
types.h
tue::config::YAMLEmitter
Definition:
yaml_emitter.h:16
std::ostream
tue::config::YAMLEmitter::YAMLEmitter
YAMLEmitter()
Definition:
yaml_emitter.cpp:15
tue::config::YAMLEmitter::emit
void emit(const tue::config::DataConstPointer &cfg, std::ostream &out, const std::string &indent="")
Definition:
yaml_emitter.cpp:64
tue::config::DataConstPointer
Definition:
data_pointer.h:35
tue
config
tue::config::ReaderWriter config
Definition:
sdf_gtest.cpp:9
string
Generated on Sun Feb 23 2025 04:34:23 for tue_config by
1.8.17