6 #include <gtest/gtest.h> 
    7 #include "knowrob/terms/Variable.h" 
    8 #include "knowrob/integration/python/utils.h" 
   14           nameAtom_(
Atom::Tabled(name)),
 
   29     if (std::islower(
name[0])) {
 
   39         class_<Variable, std::shared_ptr<Variable>, bases<Term>>
 
   40                 (
"Variable", init<std::string_view>())
 
Variable(std::string_view name)
bool isSameVariable(const Variable &other) const
std::string_view name() const
bool operator<(const Variable &other) const
void write(std::ostream &os) const override
void createType< Variable >()