VR-Link API Documentation for HLA Evolved
arrayDatatypeRep.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
7 #pragma once
8 
9 #include "datatypeRep.h"
10 
11 #include <vlutil/vlString.h>
12 
19 {
20 public:
21 
24 
26  virtual ~DtArrayDatatypeRep();
27 
30 
33 
35  virtual const char* datatype() const;
36 
38  virtual DtString stringRep(const void* ptr, int* size = 0) const { return "";}
39 
41  virtual DtString stringRep(const void* ptr, int ptrSize,
42  int* size = 0) const;
43 };
44 
45 
46 
47 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)