CCL.xcc

Benoit Dupont de Dinechin (Benoit.Dupont-de-Dinechin@st.com)

Copyright 2007 STMicroelectronics. Copyright 1995 - 1998 Commissariat a l'Energie Atomique.

This program is free software; you can redistribute it and/or modify it under the terms of either (at your option): the GNU General Public License (GPL) version 2; the GNU Lesser General Public License (LGPL) version 2.1; any later version of these licences as published by the Free Software Foundation.

The CCL (Basic Services Library) contains the following modules:

Include all the exported CCL headers.

#include "CCL/PQueue.h"
#include "CCL/IArray.h"
#include "CCL/IStack.h"
#include "CCL/IQueue.h"
#include "CCL/PtrSeq.h"
#include "CCL/IDList.h"
#include "CCL/IBList.h"
#include "CCL/TSTree.h"
#include "CCL/PtrSet.h"
#include "CCL/BitSet.h"
#include "CCL/Sparse.h"
#include "CCL/IETree.h"
#include "CCL/HTable.h"
#include "CCL/PtrMap.h"
#include "CCL/Scoped.h"
#include "CCL/Indexed.h"
CCL_TRACE— File handle used to print the CCL traces.
extern FILE *CCL_TRACE;
#ifdef CDT_NTRACE
#define CCL_TRACE NULL
#endif//CDT_NTRACE
CCL_INIT— Initialize the CCL library.
void
CCL_INIT(void);
CCL_FINI— Finalize CCL library.
void
CCL_FINI(void);