liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
writer_xml.cpp File Reference
#include <vector>
#include "writer_xml.h"
+ Include dependency graph for writer_xml.cpp:

Go to the source code of this file.

Functions

template<>
void XmlWriter::Write< std::string > (const std::string &val)
 
template<>
void XmlWriter::Write< std::vector< int > > (const std::vector< int > &val)
 
template<>
void XmlWriter::Write< std::vector< bool > > (const std::vector< bool > &val)
 
template<>
void XmlWriter::Write< std::vector< uint8_t > > (const std::vector< uint8_t > &val)
 
template<>
void XmlWriter::Write< std::vector< int16_t > > (const std::vector< int16_t > &val)
 
template<>
void XmlWriter::Write< std::vector< uint32_t > > (const std::vector< uint32_t > &val)
 
template<>
void XmlWriter::Write< std::vector< double > > (const std::vector< double > &val)
 
template void XmlWriter::WriteNode< std::string > (const std::string &name, const std::string &val)
 
template void XmlWriter::WriteNode< std::vector< int > > (const std::string &name, const std::vector< int > &val)
 
template void XmlWriter::WriteNode< std::vector< bool > > (const std::string &name, const std::vector< bool > &val)
 
template void XmlWriter::WriteNode< std::vector< uint8_t > > (const std::string &name, const std::vector< uint8_t > &val)
 
template void XmlWriter::WriteNode< std::vector< int16_t > > (const std::string &name, const std::vector< int16_t > &val)
 
template void XmlWriter::WriteNode< std::vector< uint32_t > > (const std::string &name, const std::vector< uint32_t > &val)
 

Function Documentation

template<>
void XmlWriter::Write< std::string > ( const std::string &  val)

Definition at line 76 of file writer_xml.cpp.

template<>
void XmlWriter::Write< std::vector< bool > > ( const std::vector< bool > &  val)

Definition at line 115 of file writer_xml.cpp.

template<>
void XmlWriter::Write< std::vector< double > > ( const std::vector< double > &  val)

Definition at line 135 of file writer_xml.cpp.

template<>
void XmlWriter::Write< std::vector< int > > ( const std::vector< int > &  val)

Definition at line 110 of file writer_xml.cpp.

template<>
void XmlWriter::Write< std::vector< int16_t > > ( const std::vector< int16_t > &  val)

Definition at line 125 of file writer_xml.cpp.

template<>
void XmlWriter::Write< std::vector< uint32_t > > ( const std::vector< uint32_t > &  val)

Definition at line 130 of file writer_xml.cpp.

template<>
void XmlWriter::Write< std::vector< uint8_t > > ( const std::vector< uint8_t > &  val)

Definition at line 120 of file writer_xml.cpp.

template void XmlWriter::WriteNode< std::string > ( const std::string &  name,
const std::string &  val 
)
template void XmlWriter::WriteNode< std::vector< bool > > ( const std::string &  name,
const std::vector< bool > &  val 
)
template void XmlWriter::WriteNode< std::vector< int > > ( const std::string &  name,
const std::vector< int > &  val 
)
template void XmlWriter::WriteNode< std::vector< int16_t > > ( const std::string &  name,
const std::vector< int16_t > &  val 
)
template void XmlWriter::WriteNode< std::vector< uint32_t > > ( const std::string &  name,
const std::vector< uint32_t > &  val 
)
template void XmlWriter::WriteNode< std::vector< uint8_t > > ( const std::string &  name,
const std::vector< uint8_t > &  val 
)