16 #ifndef OPFLEX_C_OFMUTATOR_H 17 #define OPFLEX_C_OFMUTATOR_H ofobj_p offramework_p
A pointer to an OF framework object.
Definition: offramework_c.h:54
ofstatus ofmutator_destroy(ofmutator_p *mutator)
Destroy a mutator, and zero the pointer.
ofstatus ofmutator_create(offramework_p framework, const char *owner, ofmutator_p *mutator)
Create a new mutator that will work with the provided framework instance.
C wrapper for OFFramework.
ofobj_p ofmutator_p
A pointer to a mutator object.
Definition: ofmutator_c.h:49
void * ofobj_p
Base type for all OpFlex object pointers.
Definition: ofcore_c.h:89
ofstatus ofmutator_commit(ofmutator_p mutator)
Commit the changes stored in the mutator.
int ofstatus
An opflex status code.
Definition: ofcore_c.h:84