VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pBasicEncyclopediaObject.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portal/pObject.h>
13 
14 namespace MAKVrExchange
15 {
16 
23  {
24  public:
25 
28 
31 
33  virtual ~DtPortalBasicEncyclopedia();
34 
36  DtPortalBasicEncyclopedia& operator = ( const DtPortalBasicEncyclopedia& original );
37 
40 
41  int operator == ( const DtPortalBasicEncyclopedia& rightOperand ) const;
42  int operator != ( const DtPortalBasicEncyclopedia& rightOperand ) const;
43 
45 
48 
50  DtDEC_ATTRIBUTE( std::vector<DtString>, FederationUniqueIdentifier, federationUniqueIdentifier );
51 
53  DtDEC_ATTRIBUTE( DtVector, CenterLocation, centerLocation );
54 
56  DtDEC_ATTRIBUTE( DtString, CountryCode, countryCode );
57 
59  DtDEC_ATTRIBUTE( DtString, Description, description );
60 
62 
64  public:
65 
67 
68  virtual unsigned int netSize() const;
69  virtual void writeSelfToBuffer( void* buffer ) const ;
70  virtual void readSelfFromBuffer( const void* buffer );
71 
72  virtual std::ostream& printDataToStream( std::ostream& stream ) const;
73 
74  };
75 
76 }

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)