cyphesis/tests/stubs/common/stubAtlasQuery.h
Erik Ogenvik 67549fc362 Added geometry file property.
The mesh specified in the property will be read and a "geometry" mesh
property installed on the type onto which the property is installed.
2018-02-06 13:45:11 +01:00

43 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 stubAtlasQuery_custom.h file.
#include "common/AtlasQuery.h"
#include "stubAtlasQuery_custom.h"
#ifndef STUB_COMMON_ATLASQUERY_H
#define STUB_COMMON_ATLASQUERY_H
#ifndef STUB_AtlasQuery_find
//#define STUB_AtlasQuery_find
void AtlasQuery::find(const Atlas::Message::Element& element, const std::string& name, const std::function<void(const T&)>& callback)
{
}
#endif //STUB_AtlasQuery_find
#ifndef STUB_AtlasQuery_find
//#define STUB_AtlasQuery_find
void AtlasQuery::find(const Atlas::Message::MapType& map, const std::string& name, const std::function<void(const T&)>& callback)
{
}
#endif //STUB_AtlasQuery_find
#ifndef STUB_AtlasQuery_find
//#define STUB_AtlasQuery_find
void AtlasQuery::find(Atlas::Message::Element& element, const std::string& name, const std::function<void(T&)>& callback)
{
}
#endif //STUB_AtlasQuery_find
#ifndef STUB_AtlasQuery_find
//#define STUB_AtlasQuery_find
void AtlasQuery::find(Atlas::Message::MapType& map, const std::string& name, const std::function<void(T&)>& callback)
{
}
#endif //STUB_AtlasQuery_find
#endif