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

52 lines
No EOL
1.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 stubLineProperty_custom.h file.
#include "rulesets/LineProperty.h"
#include "stubLineProperty_custom.h"
#ifndef STUB_RULESETS_LINEPROPERTY_H
#define STUB_RULESETS_LINEPROPERTY_H
#ifndef STUB_LineProperty_LineProperty
//#define STUB_LineProperty_LineProperty
LineProperty::LineProperty()
: PropertyBase()
{
}
#endif //STUB_LineProperty_LineProperty
#ifndef STUB_LineProperty_get
//#define STUB_LineProperty_get
int LineProperty::get(Atlas::Message::Element & val) const
{
return 0;
}
#endif //STUB_LineProperty_get
#ifndef STUB_LineProperty_set
//#define STUB_LineProperty_set
void LineProperty::set(const Atlas::Message::Element & val)
{
}
#endif //STUB_LineProperty_set
#ifndef STUB_LineProperty_add
//#define STUB_LineProperty_add
void LineProperty::add(const std::string & key, Atlas::Message::MapType & map) const
{
}
#endif //STUB_LineProperty_add
#ifndef STUB_LineProperty_copy
//#define STUB_LineProperty_copy
LineProperty* LineProperty::copy() const
{
return nullptr;
}
#endif //STUB_LineProperty_copy
#endif