liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
reader_xml.cpp File Reference
#include <sstream>
#include <cstdarg>
#include <cstdio>
#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< int > > (std::vector< int > &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

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

Definition at line 159 of file reader_xml.cpp.

References Data::data.

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

Definition at line 208 of file reader_xml.cpp.

References Data::data.

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

Definition at line 228 of file reader_xml.cpp.

References Data::data.

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

Definition at line 203 of file reader_xml.cpp.

References Data::data.

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

Definition at line 218 of file reader_xml.cpp.

References Data::data.

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

Definition at line 223 of file reader_xml.cpp.

References Data::data.

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

Definition at line 213 of file reader_xml.cpp.

References Data::data.