next up previous contents
Next: Suggested Up: FieldSpace Previous: FieldSpace   Contents


Required

See 9.2 for functions required by MIC to compile. The functions listed here are not needed by MIC to compile, but are needed in order that required functionality be provided to the MIC coder.



bool verify_fields (array ref field_list)

This object method takes a reference to a list of fields to run field verification over and returns a true if none of the fields were found to be in error, and false otherwise. This method is not side effect free. The fieldspace object will take note of the fields errorfull state and act just as if a vfield tag were in place associated with the field.



bool verify_verifies (array ref verify_list)

Has essentially the same effect as verify_fields(), but will cause the verifications defined with the MICverify tag to be run at the point where this object method is called.