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