VR-Link API Documentation for HLA Evolved
enum8DatatypeRep.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 "enumDatatypeRep.h"
00010 #include <vlutil/vlString.h>
00011 
00012 // Data representation type for 8 bit enumerations 
00013 class DT_DLL_OMTREADER DtEnum8DatatypeRep : public DtEnumDatatypeRep
00014 {
00015 public:
00016    
00018    DtEnum8DatatypeRep();
00019    
00021    virtual ~DtEnum8DatatypeRep();
00022    
00024    DtEnum8DatatypeRep(const DtEnum8DatatypeRep& orig);
00025    
00027    DtEnum8DatatypeRep& operator=(const DtEnum8DatatypeRep& rhs);
00028    
00030    virtual const char* datatype() const;
00031    
00033    virtual unsigned int enumVal(const void*, int* size = 0) const;
00034 
00036    virtual DtString stringRep(const void* ptr, int* size = 0) const;
00037 
00039    virtual double numberRep(const void* ptr, int* size = 0) const;
00040 
00041 };
00042 
00043 
00044 

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)