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

189 lines
No EOL
4.1 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 stubContainer_custom.h file.
#include "rulesets/Container.h"
#include "stubContainer_custom.h"
#ifndef STUB_RULESETS_CONTAINER_H
#define STUB_RULESETS_CONTAINER_H
#ifndef STUB_Container_Container
//#define STUB_Container_Container
Container::Container()
{
}
#endif //STUB_Container_Container
#ifndef STUB_Container_Container_DTOR
//#define STUB_Container_Container_DTOR
Container::~Container()
{
}
#endif //STUB_Container_Container_DTOR
#ifndef STUB_Container_begin
//#define STUB_Container_begin
const_iterator Container::begin() const
{
return *static_cast<const_iterator*>(nullptr);
}
#endif //STUB_Container_begin
#ifndef STUB_Container_end
//#define STUB_Container_end
const_iterator Container::end() const
{
return *static_cast<const_iterator*>(nullptr);
}
#endif //STUB_Container_end
#ifndef STUB_Container_size
//#define STUB_Container_size
int Container::size() const
{
return 0;
}
#endif //STUB_Container_size
#ifndef STUB_Container_empty
//#define STUB_Container_empty
bool Container::empty() const
{
return false;
}
#endif //STUB_Container_empty
#ifndef STUB_Container_insert
//#define STUB_Container_insert
void Container::insert(LocatedEntity *)
{
}
#endif //STUB_Container_insert
#ifndef STUB_Container_erase
//#define STUB_Container_erase
void Container::erase(LocatedEntity *)
{
}
#endif //STUB_Container_erase
#ifndef STUB_Container_reParent
//#define STUB_Container_reParent
void Container::reParent()
{
}
#endif //STUB_Container_reParent
#ifndef STUB_Container_addToMessage
//#define STUB_Container_addToMessage
void Container::addToMessage(const std::string &, Atlas::Message::MapType &) const
{
}
#endif //STUB_Container_addToMessage
#ifndef STUB_Container_addToEntity
//#define STUB_Container_addToEntity
void Container::addToEntity(const std::string &, const Atlas::Objects::Entity::RootEntity &) const
{
}
#endif //STUB_Container_addToEntity
#ifndef STUB_StdContainer_StdContainer
//#define STUB_StdContainer_StdContainer
StdContainer::StdContainer()
: Container()
{
}
#endif //STUB_StdContainer_StdContainer
#ifndef STUB_StdContainer_StdContainer_DTOR
//#define STUB_StdContainer_StdContainer_DTOR
StdContainer::~StdContainer()
{
}
#endif //STUB_StdContainer_StdContainer_DTOR
#ifndef STUB_StdContainer_begin
//#define STUB_StdContainer_begin
const_iterator StdContainer::begin() const
{
return *static_cast<const_iterator*>(nullptr);
}
#endif //STUB_StdContainer_begin
#ifndef STUB_StdContainer_end
//#define STUB_StdContainer_end
const_iterator StdContainer::end() const
{
return *static_cast<const_iterator*>(nullptr);
}
#endif //STUB_StdContainer_end
#ifndef STUB_StdContainer_size
//#define STUB_StdContainer_size
int StdContainer::size() const
{
return 0;
}
#endif //STUB_StdContainer_size
#ifndef STUB_StdContainer_empty
//#define STUB_StdContainer_empty
bool StdContainer::empty() const
{
return false;
}
#endif //STUB_StdContainer_empty
#ifndef STUB_StdContainer_insert
//#define STUB_StdContainer_insert
void StdContainer::insert(LocatedEntity *)
{
}
#endif //STUB_StdContainer_insert
#ifndef STUB_StdContainer_erase
//#define STUB_StdContainer_erase
void StdContainer::erase(LocatedEntity *)
{
}
#endif //STUB_StdContainer_erase
#ifndef STUB_StdContainer_reParent
//#define STUB_StdContainer_reParent
void StdContainer::reParent()
{
}
#endif //STUB_StdContainer_reParent
#ifndef STUB_StdContainer_addToMessage
//#define STUB_StdContainer_addToMessage
void StdContainer::addToMessage(const std::string &, Atlas::Message::MapType &) const
{
}
#endif //STUB_StdContainer_addToMessage
#ifndef STUB_StdContainer_addToEntity
//#define STUB_StdContainer_addToEntity
void StdContainer::addToEntity(const std::string &, const Atlas::Objects::Entity::RootEntity &) const
{
}
#endif //STUB_StdContainer_addToEntity
#endif