The C language does not define objects in the object-oriented programming sense. In libSBML's C API, the C++ object classes used to implement libSBML's functionality are expressed as C data structures whose names are suffixed with '_t', and access to the C++ object methods is provided in the form of functions whose names are prefixed with the class (data structure) name. The following is a list of all object data structures defined in this release of libSBML. Click on their names to view detailed information about them and the functions that operate on them.