libNuML  1.1.1
Library for reading / writing NuML documents
NUMLTypeCodes.h
Go to the documentation of this file.
1 /*
2 * ****************************************************************************
3 * This file is part of libNUML. Please visit http://code.google.com/p/numl/for more
4 * information about NUML, and the latest version of libNUML.
5 * Copyright (c) 2013 The University of Manchester.
6 *
7 * This library is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU Lesser General Public License as published
9 * by the Free Software Foundation. A copy of the license agreement is
10 * provided in the file named "LICENSE.txt" included with this software
11 * distribution and also available online as http://www.gnu.org/licenses/lgpl.html
12 *
13 * Contributors:
14 * Joseph O. Dada, The University of Manchester - initial API and implementation
15 * ****************************************************************************
16 **/
17 
18 #ifndef NUMLTypeCodes_h
19 #define NUMLTypeCodes_h
20 
21 
23 #include <numl/common/extern.h>
24 
27 
28 
33 typedef enum
34 {
54 
56 
83 const char *
85 
86 
89 
90 #endif /* NUMLTypeCodes_h */
Definition: NUMLTypeCodes.h:36
Definition: NUMLTypeCodes.h:52
#define BEGIN_C_DECLS
Definition: extern.h:112
Definition: NUMLTypeCodes.h:39
Definition: NUMLTypeCodes.h:35
#define LIBNUML_CPP_NAMESPACE_BEGIN
Definition: libnuml-namespace.h:71
Definition: NUMLTypeCodes.h:51
NUMLTypeCode_t
An enumeration of NUML types to help identify NUML objects at runtime.
Definition: NUMLTypeCodes.h:33
Definition: NUMLTypeCodes.h:41
#define LIBNUML_EXTERN
Begin svn Header.
Definition: extern.h:104
Definition: NUMLTypeCodes.h:38
Definition: NUMLTypeCodes.h:44
Definition: NUMLTypeCodes.h:49
Definition: NUMLTypeCodes.h:46
Definition: NUMLTypeCodes.h:43
Definition: NUMLTypeCodes.h:37
#define END_C_DECLS
Definition: extern.h:113
#define LIBNUML_CPP_NAMESPACE_END
Definition: libnuml-namespace.h:72
Definition: NUMLTypeCodes.h:53
Definition: NUMLTypeCodes.h:48
Definition: NUMLTypeCodes.h:45
Definition: NUMLTypeCodes.h:50
LIBNUML_EXTERN const char * NUMLTypeCode_toString(NUMLTypeCode_t tc)
This method takes an NUML type code and returns a string representing the code.
Definition: NUMLTypeCodes.cpp:54
Definition: NUMLTypeCodes.h:47
Definition: NUMLTypeCodes.h:40
Definition: NUMLTypeCodes.h:42