enumDatatypeRep.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00007 #pragma once
00008 
00009 #include "numberDatatypeRep.h"
00010 #include <vlutil/vlString.h>
00011 
00012 // Data representation type for enumerations    
00013 // Abstract base class -- concrete implementations 
00014 // found in DtEnum8DatatypeRep, DtEnum16DatatypeRep
00015 // and DtEnum32DatatypeRep 
00016 class DT_DLL_OMTREADER DtEnumDatatypeRep : public DtNumberDatatypeRep
00017 {
00018 public:
00019    
00021    DtEnumDatatypeRep();
00023    virtual ~DtEnumDatatypeRep();
00025    DtEnumDatatypeRep(const DtEnumDatatypeRep& orig);   
00027    DtEnumDatatypeRep& operator=(const DtEnumDatatypeRep& rhs);
00028 
00030    virtual unsigned int enumVal(const void*, int* size = 0) const = 0;
00031 };
00032 
00033 

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)