libNuML 1.1.1
Library for reading / writing NuML documents
extern.h File Reference
#include <numl/common/libnuml-namespace.h>

Go to the source code of this file.

Macros

#define LIBNUML_EXTERN
 Begin svn Header. More...
 
#define BEGIN_C_DECLS   extern "C" {
 
#define END_C_DECLS   }
 

Macro Definition Documentation

◆ BEGIN_C_DECLS

#define BEGIN_C_DECLS   extern "C" {

◆ END_C_DECLS

#define END_C_DECLS   }

◆ LIBNUML_EXTERN

#define LIBNUML_EXTERN

Begin svn Header.

$Rev: 27 $: Revision of last commit

Author
josep.nosp@m.hoda.nosp@m.da@gm.nosp@m.ail..nosp@m.com

: Author of last commit

Date
2013-04-25 10:07:15 +0100 (Thu, 25 Apr 2013)

: Date of last commit $HeadURL: https://numl.googlecode.com/svn/trunk/libnuml/src/common/extern.h $

Id
extern.h 27 2013-04-25 09:07:15Z josep.nosp@m.hoda.nosp@m.da@gm.nosp@m.ail..nosp@m.com

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_EXTERN is used under Windows to simplify exporting functions from a DLL. When compiling under Windows, all files within this DLL are compiled with the LIBNUML_EXPORTS symbol defined on the command line. This in turn causes extern.h to define a different version of LIBNUML_EXTERN that is appropriate for exporting functions to client code that uses the DLL.