#include "Utilities/Unique.h"
#include "Layout/Node.h"
#include "Layout/GlobalIDDataBase.h"
Classes | |
struct | TouchesConstructNodePtr |
struct | TouchesConstructNodeObj |
Functions | |
template<class Domain > | |
Node< Domain > * | touchesConstruct (const Domain &owned, int affinity, int c, int gid, int lid, const TouchesConstructNodePtr &) |
template<class Domain , class AllocatedDomain > | |
Node< Domain, AllocatedDomain > * | touchesConstruct (const Domain &owned, const AllocatedDomain &allocated, int affinity, int c, int gid, int lid, const TouchesConstructNodePtr &) |
template<class Domain > | |
Node< Domain > | touchesConstruct (const Domain &owned, int affinity, int c, int gid, int lid, const TouchesConstructNodeObj &) |
template<class Domain , class AllocatedDomain > | |
Node< Domain, AllocatedDomain > | touchesConstruct (const Domain &owned, const AllocatedDomain &allocated, int affinity, int c, int gid, int lid, const TouchesConstructNodeObj &) |
Node<Domain>* touchesConstruct | ( | const Domain & | owned, | |
int | affinity, | |||
int | c, | |||
int | gid, | |||
int | lid, | |||
const TouchesConstructNodePtr & | ||||
) | [inline] |
Node<Domain,AllocatedDomain>* touchesConstruct | ( | const Domain & | owned, | |
const AllocatedDomain & | allocated, | |||
int | affinity, | |||
int | c, | |||
int | gid, | |||
int | lid, | |||
const TouchesConstructNodePtr & | ||||
) | [inline] |
Node<Domain> touchesConstruct | ( | const Domain & | owned, | |
int | affinity, | |||
int | c, | |||
int | gid, | |||
int | lid, | |||
const TouchesConstructNodeObj & | ||||
) | [inline] |
Node<Domain,AllocatedDomain> touchesConstruct | ( | const Domain & | owned, | |
const AllocatedDomain & | allocated, | |||
int | affinity, | |||
int | c, | |||
int | gid, | |||
int | lid, | |||
const TouchesConstructNodeObj & | ||||
) | [inline] |