liblcf
|
#include <sstream>
#include <cstdarg>
#include "lcf/reader_lcf.h"
#include "lcf/reader_xml.h"
#include "lcf/dbstring.h"
#include "log.h"
Go to the source code of this file.
Namespaces | |
namespace | lcf |
Functions | |
template<> | |
void | lcf::XmlReader::Read< std::string > (std::string &val, const std::string &data) |
template<> | |
void | lcf::XmlReader::Read< std::vector< int32_t > > (std::vector< int32_t > &val, const std::string &data) |
template<> | |
void | lcf::XmlReader::Read< std::vector< bool > > (std::vector< bool > &val, const std::string &data) |
template<> | |
void | lcf::XmlReader::Read< std::vector< uint8_t > > (std::vector< uint8_t > &val, const std::string &data) |
template<> | |
void | lcf::XmlReader::Read< std::vector< int16_t > > (std::vector< int16_t > &val, const std::string &data) |
template<> | |
void | lcf::XmlReader::Read< std::vector< uint32_t > > (std::vector< uint32_t > &val, const std::string &data) |
template<> | |
void | lcf::XmlReader::Read< std::vector< double > > (std::vector< double > &val, const std::string &data) |