MAK Data Logger API Documentation for DIS
longDatatypeRep.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 "numberDatatypeRep.h"
10 
11 #include <vlutil/vlString.h>
12 
17 {
18 public:
19 
21  DtLongDatatypeRep(bool unsign = false);
22 
24  virtual ~DtLongDatatypeRep();
25 
28 
30  DtLongDatatypeRep& operator=(const DtLongDatatypeRep& rhs);
31 
33  virtual const char* datatype() const;
34 
36  virtual long long longVal(const void*) const;
37 
39  virtual unsigned long long unsignedLongVal(const void*) const;
40 
42  virtual DtString stringRep(const void* ptr, int* size = 0) const;
43 
45  virtual double numberRep(const void* ptr, int* size = 0) const;
46 
47  virtual void setUnsigned(bool);
48 
49 protected:
51 };
52 

Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)