UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
mix
type_services.h
1
/* type_services.h */
2
/* $Id: type_services.h,v 2.1 2005/11/14 14:30:56 vlad Exp $ */
3
#ifndef __type_services_h
4
#define __type_services_h
5
6
#include <mix/Types.h>
7
8
9
/*************************************************************
10
*
11
* Type service functions
12
*
13
*************************************************************/
14
15
16
#ifdef __cplusplus
17
extern
"C"
18
{
19
#endif
20
23
AtomType TypeFromString (
const
char
* szType);
24
27
const
char
* TypeToString (AtomType aType);
28
29
30
#ifdef __cplusplus
31
};
32
#endif
33
34
35
36
#endif
/* type_services.h */
Generated by
1.8.5