liblcf
|
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) |
void XmlReader::Read< std::string > | ( | std::string & | val, |
const std::string & | data | ||
) |
Definition at line 155 of file reader_xml.cpp.
References Data::data.
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.
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.
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.
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.
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.
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.