|
OpFlex Framework
1.5.0
|
C wrapper for Mutator. More...
#include "offramework_c.h"Go to the source code of this file.
Typedefs | |
| typedef ofobj_p | ofmutator_p |
| A pointer to a mutator object. | |
Functions | |
| ofstatus | ofmutator_create (offramework_p framework, const char *owner, ofmutator_p *mutator) |
| Create a new mutator that will work with the provided framework instance. More... | |
| ofstatus | ofmutator_destroy (ofmutator_p *mutator) |
| Destroy a mutator, and zero the pointer. More... | |
| ofstatus | ofmutator_commit (ofmutator_p mutator) |
| Commit the changes stored in the mutator. More... | |
C wrapper for Mutator.