VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
amountRecord.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portal/dllExport.h>
13 #include <portal/addAttribute.h>
14 #include <vlutil/vlMachineTypes.h>
15 #include <vlutil/vlString.h>
16 #include <ostream>
17 
18 namespace MAKVrExchange
19 {
20 
24  {
25  public:
26 
29 
31  DtAmountRecord( const DtAmountRecord& orig );
32 
34  virtual ~DtAmountRecord();
35 
37  DtAmountRecord& operator = ( const DtAmountRecord& orig );
38 
41 
42  virtual bool operator == ( const DtAmountRecord& other ) const;
43  virtual bool operator != ( const DtAmountRecord& other ) const;
44 
46 
47  virtual std::ostream& printDataToStream( std::ostream& stream ) const;
48 
51 
52  DtDEC_ATTRIBUTE( DtFloat64, Amount, amount );
53  DtDEC_ATTRIBUTE( DtString, PacingTracking, pacingTracking );
54 
56 
57  };
58 
59 
60  DT_DLL_LIBPORTAL std::ostream& operator << ( std::ostream& stream, const DtAmountRecord& rec );
61 
62 }

Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (www.mak.com)