You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adept/adept/adept/listerpredicate.h

15 lines
304 B

// -*- C++ -*-
#include <apt-front/cache/entity/entity.h>
#include <apt-front/predicate/predicate.h>
#ifndef EPT_LISTERPREDICATE_H
#define EPT_LISTERPREDICATE_H
namespace adept {
using namespace aptFront;
using namespace cache;
typedef predicate::Predicate< entity::Entity > ListerPredicate;
}
#endif