1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
/*
* File: sort_IOR.h
* Symbol: sort-v0.1
* Symbol Type: package
* Babel Version: 0.10.2
* Description: Intermediate Object Representation for sort
*
* WARNING: Automatically generated; changes will be lost
*
* babel-version = 0.10.2
*/
#ifndef included_sort_IOR_h
#define included_sort_IOR_h
/*
* Symbol "sort" (version 0.1)
*
* The sort package provides a regression test for abstract classes
* and interfaces as arguments. It is not intended for use in real
* applications as it is designed primarily to exercise features
* in BABEL.
*
*/
#ifndef included_sort_CompInt_IOR_h
#include "sort_CompInt_IOR.h"
#endif
#ifndef included_sort_Comparator_IOR_h
#include "sort_Comparator_IOR.h"
#endif
#ifndef included_sort_Container_IOR_h
#include "sort_Container_IOR.h"
#endif
#ifndef included_sort_Counter_IOR_h
#include "sort_Counter_IOR.h"
#endif
#ifndef included_sort_HeapSort_IOR_h
#include "sort_HeapSort_IOR.h"
#endif
#ifndef included_sort_Integer_IOR_h
#include "sort_Integer_IOR.h"
#endif
#ifndef included_sort_IntegerContainer_IOR_h
#include "sort_IntegerContainer_IOR.h"
#endif
#ifndef included_sort_MergeSort_IOR_h
#include "sort_MergeSort_IOR.h"
#endif
#ifndef included_sort_QuickSort_IOR_h
#include "sort_QuickSort_IOR.h"
#endif
#ifndef included_sort_SimpleCounter_IOR_h
#include "sort_SimpleCounter_IOR.h"
#endif
#ifndef included_sort_SortTest_IOR_h
#include "sort_SortTest_IOR.h"
#endif
#ifndef included_sort_SortingAlgorithm_IOR_h
#include "sort_SortingAlgorithm_IOR.h"
#endif
#endif
|