Added substructure enumerators to sa_payload, proposal_substructure
This commit is contained in:
@@ -110,6 +110,13 @@ struct proposal_substructure_t {
|
||||
*/
|
||||
proposal_t * (*get_proposal) (proposal_substructure_t *this);
|
||||
|
||||
/**
|
||||
* Create an enumerator over transform substructures.
|
||||
*
|
||||
* @return enumerator over transform_substructure_t
|
||||
*/
|
||||
enumerator_t* (*create_substructure_enumerator)(proposal_substructure_t *this);
|
||||
|
||||
/**
|
||||
* Destroys an proposal_substructure_t object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user