6 #include "knowrob/formulas/Top.h"
7 #include "knowrob/integration/python/utils.h"
12 static std::shared_ptr<Top> singleton(
new Top);
32 class_<Top, std::shared_ptr<Top>, bases<Predicate>>(
"Top", no_init)
33 .def(
"get", &
Top::get, return_value_policy<copy_const_reference>());
void write(std::ostream &os) const override
bool isEqual(const Formula &other) const override
static const std::shared_ptr< Top > & get()
std::shared_ptr< Term > TermPtr