Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

qwt_array.h

Go to the documentation of this file.
00001 /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
00002  * Qwt Widget Library
00003  * Copyright (C) 1997   Josef Wilgen
00004  * Copyright (C) 2002   Uwe Rathmann
00005  * 
00006  * This library is free software; you can redistribute it and/or
00007  * modify it under the terms of the Qwt License, Version 1.0
00008  *****************************************************************************/
00009 
00010 #ifndef QWT_ARRAY_H
00011 #define QWT_ARRAY_H
00012 
00013 #include "qwt_global.h"
00014 
00015 #ifdef QWT_NO_MEMARRAY
00016 #include <qarray.h>
00017 #define QwtArray QArray
00018 #else
00019 #include <qmemarray.h>
00020 #define QwtArray QMemArray
00021 #endif
00022 
00023 #endif

Generated on Fri Nov 7 14:11:44 2003 for Qwt Developer's Guide by doxygen 1.3.2