VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAlternativePlatformNameElement.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 VT-MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvLocalMS/vrvLocalMS.h>
14 
15 namespace makVrv
16 {
18  : public DtMetadataElement
19  {
20  public:
23 
24  virtual unsigned int encodedLength();
25  virtual unsigned char* encode(unsigned char* buffer);
26 
27  virtual void decode(unsigned char* buffer, unsigned int length);
28 
29  std::string alternativePlatformName();
30  void setAlternativePlatformName(const std::string& val);
31 
32  protected:
33  virtual void update();
34 
35  std::string myName;
36 };
37 }
Definition: DtAlternativePlatformNameElement.h:17
#define DT_DLL_VRVLOCALMS
Definition: vrvLocalMS.h:21
std::string myName
Definition: DtAlternativePlatformNameElement.h:35
Contains DLL export macros.
DtMetadataElement is an abstract class that defines the interface common to all metadata elements...
Definition: DtMetadataElement.h:22
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer. buffer must have at least the number of bytes returned...
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...
Contains the DtMetadataElement class declaration.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)