liblcf
reader_xml.cpp File Reference
#include <sstream>
#include <cstdarg>
#include "reader_lcf.h"
#include "reader_xml.h"
+ Include dependency graph for reader_xml.cpp:

Go to the source code of this file.

Functions

template<>
void XmlReader::Read< std::string > (std::string &val, const std::string &data)
 
template<>
void XmlReader::Read< std::vector< int32_t > > (std::vector< int32_t > &val, const std::string &data)
 
template<>
void XmlReader::Read< std::vector< bool > > (std::vector< bool > &val, const std::string &data)
 
template<>
void XmlReader::Read< std::vector< uint8_t > > (std::vector< uint8_t > &val, const std::string &data)
 
template<>
void XmlReader::Read< std::vector< int16_t > > (std::vector< int16_t > &val, const std::string &data)
 
template<>
void XmlReader::Read< std::vector< uint32_t > > (std::vector< uint32_t > &val, const std::string &data)
 
template<>
void XmlReader::Read< std::vector< double > > (std::vector< double > &val, const std::string &data)
 

Function Documentation

◆ XmlReader::Read< std::string >()

template<>
void XmlReader::Read< std::string > ( std::string &  val,
const std::string &  data 
)

Definition at line 155 of file reader_xml.cpp.

References Data::data.

◆ XmlReader::Read< std::vector< bool > >()

template<>
void XmlReader::Read< std::vector< bool > > ( std::vector< bool > &  val,
const std::string &  data 
)

Definition at line 204 of file reader_xml.cpp.

References Data::data.

◆ XmlReader::Read< std::vector< double > >()

template<>
void XmlReader::Read< std::vector< double > > ( std::vector< double > &  val,
const std::string &  data 
)

Definition at line 224 of file reader_xml.cpp.

References Data::data.

◆ XmlReader::Read< std::vector< int16_t > >()

template<>
void XmlReader::Read< std::vector< int16_t > > ( std::vector< int16_t > &  val,
const std::string &  data 
)

Definition at line 214 of file reader_xml.cpp.

References Data::data.

◆ XmlReader::Read< std::vector< int32_t > >()

template<>
void XmlReader::Read< std::vector< int32_t > > ( std::vector< int32_t > &  val,
const std::string &  data 
)

Definition at line 199 of file reader_xml.cpp.

References Data::data.

◆ XmlReader::Read< std::vector< uint32_t > >()

template<>
void XmlReader::Read< std::vector< uint32_t > > ( std::vector< uint32_t > &  val,
const std::string &  data 
)

Definition at line 219 of file reader_xml.cpp.

References Data::data.

◆ XmlReader::Read< std::vector< uint8_t > >()

template<>
void XmlReader::Read< std::vector< uint8_t > > ( std::vector< uint8_t > &  val,
const std::string &  data 
)

Definition at line 209 of file reader_xml.cpp.

References Data::data.