VR-Link API Documentation for DIS
byteDatatypeRep.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 
00014 class DT_DLL_OMTREADER DtByteDatatypeRep : public DtNumberDatatypeRep
00015 {
00016 public:
00017    
00019    DtByteDatatypeRep();
00020    
00022    virtual ~DtByteDatatypeRep();
00023    
00025    DtByteDatatypeRep(const DtByteDatatypeRep& orig);
00026    
00028    DtByteDatatypeRep& operator=(const DtByteDatatypeRep& rhs);
00029    
00031    virtual const char* datatype() const;
00032    
00034    virtual int byteVal(const void*) const;
00035 
00037    virtual DtString stringRep(const void* ptr, int* size = 0) const;
00038 
00040    virtual double numberRep(const void* ptr, int* size = 0) const;
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)