cyphesis/tests/stubs/common/stubFormattedXMLWriter.h
2017-07-25 23:40:40 +02:00

75 lines
No EOL
2 KiB
C++

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubFormattedXMLWriter_custom.h file.
#include "common/FormattedXMLWriter.h"
#include "stubFormattedXMLWriter_custom.h"
#ifndef STUB_COMMON_FORMATTEDXMLWRITER_H
#define STUB_COMMON_FORMATTEDXMLWRITER_H
#ifndef STUB_FormattedXMLWriter_typeToStr
//#define STUB_FormattedXMLWriter_typeToStr
const char* FormattedXMLWriter::typeToStr(Atlas::Message::Element::Type t) const
{
return nullptr;
}
#endif //STUB_FormattedXMLWriter_typeToStr
#ifndef STUB_FormattedXMLWriter_outputValue
//#define STUB_FormattedXMLWriter_outputValue
void FormattedXMLWriter::outputValue(const Atlas::Message::Element &)
{
}
#endif //STUB_FormattedXMLWriter_outputValue
#ifndef STUB_FormattedXMLWriter_outputList
//#define STUB_FormattedXMLWriter_outputList
void FormattedXMLWriter::outputList(const Atlas::Message::ListType &)
{
}
#endif //STUB_FormattedXMLWriter_outputList
#ifndef STUB_FormattedXMLWriter_outputMap
//#define STUB_FormattedXMLWriter_outputMap
void FormattedXMLWriter::outputMap(const Atlas::Message::MapType &)
{
}
#endif //STUB_FormattedXMLWriter_outputMap
#ifndef STUB_FormattedXMLWriter_FormattedXMLWriter
//#define STUB_FormattedXMLWriter_FormattedXMLWriter
FormattedXMLWriter::FormattedXMLWriter(std::ostream & stream)
{
}
#endif //STUB_FormattedXMLWriter_FormattedXMLWriter
#ifndef STUB_FormattedXMLWriter_openOutput
//#define STUB_FormattedXMLWriter_openOutput
void FormattedXMLWriter::openOutput()
{
}
#endif //STUB_FormattedXMLWriter_openOutput
#ifndef STUB_FormattedXMLWriter_closeOutput
//#define STUB_FormattedXMLWriter_closeOutput
void FormattedXMLWriter::closeOutput()
{
}
#endif //STUB_FormattedXMLWriter_closeOutput
#ifndef STUB_FormattedXMLWriter_outputObject
//#define STUB_FormattedXMLWriter_outputObject
void FormattedXMLWriter::outputObject(const Atlas::Message::MapType & o)
{
}
#endif //STUB_FormattedXMLWriter_outputObject
#endif