libNuML
1.1.1
Library for reading / writing NuML documents
|
#include "extern.h"
Go to the source code of this file.
Macros | |
#define | LIBNUML_DOTTED_VERSION "1.0.1" |
Begin svn Header. More... | |
#define | LIBNUML_VERSION 101 |
LIBNUML_VERSION: More... | |
#define | LIBNUML_VERSION_STRING "101" |
LIBNUML_VERSION_STRING: More... | |
Functions | |
LIBNUML_CPP_NAMESPACE_BEGIN BEGIN_C_DECLS LIBNUML_EXTERN int | getLibNUMLVersion () |
Returns the version number of this copy of libNUML as an integer. More... | |
const LIBNUML_EXTERN char * | getLibNUMLDottedVersion () |
Returns the version number of this copy of libNUML as a string. More... | |
const LIBNUML_EXTERN char * | getLibNUMLVersionString () |
Returns the version number of this copy of libNUML as a string without periods. More... | |
#define LIBNUML_DOTTED_VERSION "1.0.1" |
Begin svn Header.
: Revision of last commit
: Author of last commit
: Date of last commit
End svn Header
This file is part of libNUML. Please visit http://code.google.com/p/numl/for more information about NUML, and the latest version of libNUML. Copyright (c) 2013 The University of Manchester.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation. A copy of the license agreement is provided in the file named "LICENSE.txt" included with this software distribution and also available online as http://www.gnu.org/licenses/lgpl.html
The original code was initially developed by:
SBML Team Control and Dynamical Systems, MC 107-81 California Institute of Technology Pasadena, CA, 91125, USA http://www.sbml.org mailto:sbml-team@caltech.edu
Adapted for NUML by:
NUML Team Computational Systems Biology Group School of Computer Science The University of Manchester Manchester, M1 7DN UK mailto:josephodada@gmail.com
Contributor(s): Joseph O. Dada, The University of Manchester - initial LIBNUML API and implementation
LIBNUML_DOTTED_VERSION:
A version string of the form "1.2.3".
#define LIBNUML_VERSION 101 |
LIBNUML_VERSION:
The version as an integer: version 1.2.3 becomes 10203. Since the major number comes first, the overall number will always increase when a new libNUML is released, making it easy to use less-than and greater-than comparisons when testing versions numbers.
#define LIBNUML_VERSION_STRING "101" |
LIBNUML_VERSION_STRING:
The numeric version as a string: version 1.2.3 becomes "10203".
const LIBNUML_EXTERN char* getLibNUMLDottedVersion | ( | ) |
Returns the version number of this copy of libNUML as a string.
Returns the version number of this copy of libNUML as a string.
LIBNUML_CPP_NAMESPACE_BEGIN BEGIN_C_DECLS LIBNUML_EXTERN int getLibNUMLVersion | ( | ) |
Returns the version number of this copy of libNUML as an integer.
Returns the version number of this copy of libNUML as an integer.
: Revision of last commit
: Author of last commit
: Date of last commit
End svn Header
This file is part of libNUML. Please visit http://code.google.com/p/numl/for more information about NUML, and the latest version of libNUML. Copyright (c) 2013 The University of Manchester.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation. A copy of the license agreement is provided in the file named "LICENSE.txt" included with this software distribution and also available online as http://www.gnu.org/licenses/lgpl.html
The original code was initially developed by:
SBML Team Control and Dynamical Systems, MC 107-81 California Institute of Technology Pasadena, CA, 91125, USA http://www.sbml.org mailto:sbml-team@caltech.edu
Adapted for NUML by:
NUML Team Computational Systems Biology Group School of Computer Science The University of Manchester Manchester, M1 7DN UK mailto:josephodada@gmail.com
Contributor(s): Joseph O. Dada, The University of Manchester - initial LIBNUML API and implementation
Returns the libNUML version as an integer: version 1.2.3 becomes 10203.
const LIBNUML_EXTERN char* getLibNUMLVersionString | ( | ) |
Returns the version number of this copy of libNUML as a string without periods.
Returns the version number of this copy of libNUML as a string without periods.