[ Maverik Level 1 functions ]
mav_objectClassGet
Summary
Query the class of an object.
Syntax
MAV_class *mav_objectClassGet(MAV_object *o);
- MAV_object *o
Pointer to object to query.
Description
Returns the class of object o, i.e. the class used to create
the object by mav_objectNew.
See also
mav_objectNew.html>mav_objectNew
Back to the index page.