tue_config
include
tue
config
loaders
sdf.h
Go to the documentation of this file.
1
#ifndef TUE_CONFIG_LOADERS_SDF_H_
2
#define TUE_CONFIG_LOADERS_SDF_H_
3
4
#include <
istream
>
5
#include <
string
>
6
7
namespace
tue
8
{
9
10
namespace
config
11
{
12
16
class
ReaderWriter;
17
24
bool
loadFromSDFStream
(
std::istream
& stream, ReaderWriter&
config
);
25
32
bool
loadFromSDFString
(
const
std::string
&
string
, ReaderWriter&
config
);
33
40
bool
loadFromSDFFile
(
const
std::string
& filename, ReaderWriter&
config
);
41
42
}
// End of namespace config
43
44
}
// End of namespace tue
45
46
#endif // TUE_CONFIG_LOADERS_SDF_H_
tue::config::loadFromSDFString
bool loadFromSDFString(const std::string &string, ReaderWriter &config)
loadFromSDFString loads a sdf string into a ReaderWriter class
Definition:
sdf.cpp:171
std::string
istream
tue::config::loadFromSDFFile
bool loadFromSDFFile(const std::string &filename, ReaderWriter &config)
loadFromSDFFile loads a sdf file into a ReaderWriter class
Definition:
sdf.cpp:188
tue::config::loadFromSDFStream
bool loadFromSDFStream(std::istream &stream, ReaderWriter &config)
loadFromSDFStream loads a sdf stream into a ReaderWriter class
Definition:
sdf.cpp:152
std::istream
tue
config
tue::config::ReaderWriter config
Definition:
sdf_gtest.cpp:9
string
Generated on Sat Apr 5 2025 04:35:50 for tue_config by
1.8.17