[ Maverik Level 1 functions ]


mav_objectClassGet

Summary

Query the class of an object.


Syntax

MAV_class *mav_objectClassGet(MAV_object *o);


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.