Prints the SBML Level 3 packages registered/installed in this copy of libSBML.
#include <iostream>
#include <vector>
#include <string>
using namespace std;
LIBSBML_CPP_NAMESPACE_USE
int
main (int argc, char* argv[])
{
{
}
cout << endl;
return 0;
}
The registry class for tracking package extensions.
Include all SBML types in a single header file.
static std::string getRegisteredPackageName(unsigned int index)
Returns the nth registered package.
Definition: SBMLExtensionRegistry.cpp:488
static unsigned int getNumRegisteredPackages()
Returns the number of registered packages.
Definition: SBMLExtensionRegistry.cpp:481
const char * getLibSBMLDottedVersion()
Returns the version number of this copy of libSBML as a string.
Definition: libsbml-version.cpp:79