Public Member Functions | |
| virtual AttributeValue * | evaluate (AttributeValue *arg0, AttributeValue *arg1, bool check_id=true) |
| virtual std::list < AttributeValue * > | evaluate (std::list< AttributeValue * > args, bool check_id=true) |
| virtual std::list<AttributeValue*> ArcSec::InRangeFunction::evaluate | ( | std::list< AttributeValue * > | args, | |
| bool | check_id = true | |||
| ) | [virtual] |
Evaluate a list of AttributeValue objects, and return a list of Attribute objects
Implements ArcSec::Function.
| virtual AttributeValue* ArcSec::InRangeFunction::evaluate | ( | AttributeValue * | arg0, | |
| AttributeValue * | arg1, | |||
| bool | check_id = true | |||
| ) | [virtual] |
Evaluate two AttributeValue objects, and return one AttributeValue object
Implements ArcSec::Function.
1.6.3