VR-Link API Documentation for HLA Evolved
arrayDatatypeRep.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 "datatypeRep.h"
00010 
00011 #include <vlutil/vlString.h>
00012 
00018 class DT_DLL_OMTREADER DtArrayDatatypeRep : public DtDatatypeRep
00019 {
00020 public:
00021    
00023    DtArrayDatatypeRep();
00024    
00026    virtual ~DtArrayDatatypeRep();
00027    
00029    DtArrayDatatypeRep(const DtArrayDatatypeRep& orig);
00030    
00032    DtArrayDatatypeRep& operator=(const DtArrayDatatypeRep& rhs); 
00033    
00035    virtual const char* datatype() const;
00036    
00038    virtual DtString stringRep(const void* ptr, int* size = 0) const { return "";} 
00039 
00041    virtual DtString stringRep(const void* ptr, int ptrSize,
00042                                  int* size = 0) const;
00043 };
00044 
00045 
00046 
00047 

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)