Main Page | Class Hierarchy | Compound List | File List | Compound Members

BxArrayFixed.h

00001 // ##################################################################
00002 // Binx
00003 // $Id: BxArrayFixed_8h-source.html,v 1.1.1.1 2006/04/19 14:19:02 edikt2 Exp $
00004 //
00005 // Class for Fixed-sized arrays.
00006 // ##################################################################
00007 /*
00008 
00009 //  edikt::BinX
00010 //  www.edikt.org
00011 //  support@edikt.org
00012 
00013 // Copyright (c) 2003 The University of Edinburgh.
00014 
00015 */
00016 
00017 #ifndef __BxArrayFixed__
00018 #define __BxArrayFixed__
00019 
00020 #include "BxArray.h"
00021 
00048 class DECLSPEC BxArrayFixed : public BxArray
00049 {
00050 protected:
00051     int     dimensions_;
00052 public:
00053     BxArrayFixed();
00054     BxArrayFixed(int dim);
00055     BxArrayFixed(const BxArrayFixed& copy);
00056     virtual ~BxArrayFixed();
00057     virtual BxArrayFixed* clone() const;
00058 
00059     virtual char* className() const { return "BxArrayFixed"; } //<Returns the null-terminated string "BxArrayFixed".
00060 };
00061 
00062 #endif
00063 
00064  

Generated on Fri May 6 13:36:17 2005 for edikt::BinX by doxygen 1.3.3