|
Public Member Functions |
|
virtual | ~EntryConstraint () |
|
virtual void | addEntry (PO &val, const std::string &comment="")=0 |
| | replaces previous entry at the specified index, which must represent an integer value less than or equal to the current array size
|
|
virtual void | addEntry (PO *val, const std::string &comment="")=0 |
| | replaces previous entry at the specified index, which must represent an integer value less than or equal to the current array size
|
|
virtual void | setEntry (size_t index, PO &val, bool warnExists=false)=0 |
| | replaces previous entry at the specified index, which must be less than or equal to the current array size
|
|
virtual void | addEntry (size_t index, PO &val, const std::string &comment="")=0 |
| | replaces previous entry at the specified index, which must be less than or equal to the current array size
|
|
virtual void | setEntry (size_t index, PO *val, bool warnExists=false)=0 |
| | replaces previous entry at the specified index, which must be less than or equal to the current array size; control of (de)allocation will be assumed by the Array
|
|
virtual void | addEntry (size_t index, PO *val, const std::string &comment="")=0 |
| | replaces previous entry at the specified index, which must be less than or equal to the current array size; control of (de)allocation will be assumed by the Array
|