VR-Link API Documentation for HLA Evolved
enum32DatatypeRep.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 #include "enumDatatypeRep.h"
00009 #include <vlutil/vlString.h>
00010 
00011 // Data representation type for 32-bit enumerations
00012 class DT_DLL_OMTREADER DtEnum32DatatypeRep : public DtEnumDatatypeRep
00013 {
00014 public:
00015    
00017    DtEnum32DatatypeRep();
00018    
00020    virtual ~DtEnum32DatatypeRep();
00021    
00023    DtEnum32DatatypeRep(const DtEnum32DatatypeRep& orig);
00024    
00026    DtEnum32DatatypeRep& operator=(const DtEnum32DatatypeRep& rhs);
00027    
00029    virtual const char* datatype() const;
00030    
00032    virtual unsigned int enumVal(const void*, int* size = 0) const;
00033    
00035    virtual DtString stringRep(const void* ptr, int* size = 0) const;
00036 
00038    virtual double numberRep(const void* ptr, int* size = 0) const;
00039 
00040 };
00041 
00042 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)