OpFlex Framework 1.7.0
ofmutator_c.h File Reference

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.
 
ofstatus ofmutator_destroy (ofmutator_p *mutator)
 Destroy a mutator, and zero the pointer.
 
ofstatus ofmutator_commit (ofmutator_p mutator)
 Commit the changes stored in the mutator.
 

Detailed Description

C wrapper for Mutator.