YAPProp¶
Prop A YAP Propery is ameta-class for everything one can in a atom.
Examples of properties include functors, predicates, operators, modules, almost everything.
Public Function:¶
1. virtual YAPProp::~YAPProp(): : get name of property virtual YAPAtom name();
Private-func:¶
1. YAPProp::YAPProp(): : does nothing, p is defined by the subclass
1. PropTag YAPProp::tag(Prop p): : get type of prop
Friends:¶
1. friend class YAPModuleProp: