MAK Data Logger API Documentation for DIS
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 
32  DtArrayDatatypeRep& operator=(const DtArrayDatatypeRep& rhs);
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 Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)