VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pInteraction.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2015 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portal/pMessage.h>
13 
14 namespace MAKVrExchange
15 {
16 
22  {
23 
24  public:
25 
28 
31 
33  virtual ~DtPortalInteraction();
34 
36  virtual DtPortalInteraction& operator = ( const DtPortalInteraction& other );
37 
40 
44  DtDEC_ATTRIBUTE( DtString, Name, name );
45 
47  DtDEC_ATTRIBUTE( DtAttributeValuePairList, AttributeValuePairList,
48  attributeValuePairList );
49 
51 
53  public:
54 
55  virtual unsigned int netSize() const;
56  virtual void writeSelfToBuffer( void* buffer ) const ;
57  virtual void readSelfFromBuffer( const void* buffer );
58 
59  virtual std::ostream& printDataToStream( std::ostream& str ) const;
60 
61  private:
62 
64  int operator == ( const DtPortalInteraction& other );
65 
67  int operator != ( const DtPortalInteraction& other );
68 
69  };
70 
71 }

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)