VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwSyncMatrixObject.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfplan/vrfplanDefines.h"
13 #include <vrfutil/rwUUID.h>
14 #include <readerWriter/rwString.h>
16 #include <vrfplan/plan.h>
17 
21 
23 {
24 public:
25 
27  DtRwSyncMatrixObject(const DtString & name = "object", DtReaderWriterRegistry*
28  parentRegistry = 0);
29 
31  virtual ~DtRwSyncMatrixObject();
32 
34  DtRwSyncMatrixObject(const DtString& name, const DtRwSyncMatrixObject & orig,
35  DtReaderWriterRegistry * parentRegistry = 0);
36 
39 
41  virtual DtRwSyncMatrixObject* clone(const DtString& name,
42  DtReaderWriterRegistry * parentRegistry = 0) const;
43 
45  virtual void setUuid(const DtUUID& uuid);
46  virtual const DtUUID& uuid() const;
47 
48 protected:
50 };
51 
52 #ifdef _MSC_VER
53 namespace DtBufferSerialize
54 {
55 #endif
56  DT_DLL_vrfplan int getSize(const DtRwSyncMatrixObject& object);
57  DT_DLL_vrfplan char* encode(const DtRwSyncMatrixObject& object, char *buffer);
58  DT_DLL_vrfplan const char* decode(DtRwSyncMatrixObject& object, const char *buffer);
59 #ifdef _MSC_VER
60 }
61 #endif
62 
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DT_DLL_readerWriter int getSize(const DtString &val)
The number of bytes required to encode the value.
DtRwUUID myUUID
Definition: rwSyncMatrixObject.h:49
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
uuid class
Definition: rwUUID.h:26
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...
class DtRwSyncMatrixObject:
Definition: rwSyncMatrixObject.h:22
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition: vrfplanDefines.h:28
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
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...

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)