VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
boolDatatypeRep.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 
10 
11 #include "numberDatatypeRep.h"
12 
13 #include <vlutil/vlString.h>
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
18 
19 
21 {
22 public:
23 
26 
28  virtual ~DtBoolDatatypeRep();
29 
32 
34  DtBoolDatatypeRep& operator=(const DtBoolDatatypeRep& rhs);
35 
37  virtual const char* datatype() const;
38 
40  virtual bool boolVal(const void*) const;
41 
43  virtual DtString stringRep(const void* ptr, int* size = 0) const;
44 
46  virtual double numberRep(const void* ptr, int* size = 0) const;
47 
49  virtual std::vector<char> valueFromStringRep(const DtString& stringRep) const;
50 };
51 
52 
53 #ifdef DtUSE_UTILITIES_NAMESPACE
54 } // end of namespace DtUSE_UTILITIES_NAMESPACE
55 #endif

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)