19 #include <vlutil/vlMachineTypes.h>
37 :
DtRwInt(name, parentRegistry) {}
40 :
DtRwInt(name, parentRegistry) {}
44 :
DtRwInt(name, value, parentRegistry) {}
48 :
DtRwInt(name, value, parentRegistry) {}
52 :
DtRwInt(orig, parentRegistry) {}
55 :
DtRwInt(orig, parentRegistry) {}
88 :
DtRwInt(name, parentRegistry) {}
91 :
DtRwInt(name, parentRegistry) {}
95 :
DtRwInt(name, value, parentRegistry) {}
99 :
DtRwInt(name, value, parentRegistry) {}
103 :
DtRwInt(orig, parentRegistry) {}
106 :
DtRwInt(orig, parentRegistry) {}
139 :
DtRwInt(name, parentRegistry) {}
142 :
DtRwInt(name, parentRegistry) {}
146 :
DtRwInt(name, value, parentRegistry) {}
150 :
DtRwInt(name, value, parentRegistry) {}
154 :
DtRwInt(orig, parentRegistry) {}
157 :
DtRwInt(orig, parentRegistry) {}
181 namespace DtBufferSerialize
DT_DLL_readerWriter int getSize(const DtString &val)
The number of bytes required to encode the value.
#define DT_DLL_readerWriter
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: readerWriterDefines.h:34
DtRwInt8(const DtSymbolString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor from an int
Definition: rwIntSized.h:47
DtRwInt32(const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:141
DtRwInt that encodes the value as a 32 bit integer.
Definition: rwIntSized.h:131
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
Definition: rwIntSized.h:57
Definition: symbolString.h:20
virtual const char * xmlType() const
Routines to archive/dearchive from an XML Environment.
Definition: rwIntSized.h:67
DtRwInt16(const DtRwInt &orig, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:105
const char DtRwInt8Type[]
Definition: rwTypes.h:25
const char DtXMLInt16Type[]
Definition: rwTypes.h:28
DtRwInt16(const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:90
DtRwInt that encodes the value as an 8 bit integer.
Definition: rwIntSized.h:29
DtRwInt8()
default constructor
Definition: rwIntSized.h:33
static const char * theXmlType()
Definition: rwIntSized.h:164
DtRwInt16(const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor
Definition: rwIntSized.h:87
DtRwInt32(const DtString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor from an int
Definition: rwIntSized.h:145
DtRwInt32(const DtSymbolString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor from an int
Definition: rwIntSized.h:149
virtual const char * xmlType() const
Routines to archive/dearchive from an XML Environment.
Definition: rwIntSized.h:169
Definition: readerWriterRegistry.h:39
DtRwInt32(const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor
Definition: rwIntSized.h:138
virtual int alignment() const
Return HLA network alignment. sizeof(int)
Definition: rwIntSized.h:72
DtRwInt16(const DtSymbolString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor from an int
Definition: rwIntSized.h:98
virtual int alignment() const
Return HLA network alignment. sizeof(int)
Definition: rwIntSized.h:174
virtual int alignment() const
Return HLA network alignment. sizeof(int)
Definition: rwIntSized.h:123
DtRwInt8(const DtString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor from an int
Definition: rwIntSized.h:43
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwInt16(const DtString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor from an int
Definition: rwIntSized.h:94
DtRwInt32(int orig, DtReaderWriterRegistry *const parentRegistry=NULL)
copy constructor
Definition: rwIntSized.h:153
DtRwInt8(const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor
Definition: rwIntSized.h:36
DtRwInt16()
default constructor
Definition: rwIntSized.h:84
DtRwInt that encodes the value as a 16 bit integer.
Definition: rwIntSized.h:80
DtRwInt32()
default constructor
Definition: rwIntSized.h:135
const char DtRwInt16Type[]
Definition: rwTypes.h:27
static const char * theXmlType()
Definition: rwIntSized.h:62
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...
virtual const char * xmlType() const
Routines to archive/dearchive from an XML Environment.
Definition: rwIntSized.h:118
static const char * theXmlType()
The type that is used when archiving to an XML stream.
const char DtXMLInt32Type[]
Definition: rwTypes.h:30
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
Definition: rwIntSized.h:159
DtRwInt8(const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:39
DtRwInt32(const DtRwInt &orig, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:156
static const char * theXmlType()
Definition: rwIntSized.h:113
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...
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
Definition: rwIntSized.h:108
DtRwInt8(const DtRwInt &orig, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:54
DtRwInt16(int orig, DtReaderWriterRegistry *const parentRegistry=NULL)
copy constructor
Definition: rwIntSized.h:102
const char DtXMLInt8Type[]
Definition: rwTypes.h:26
const char DtRwInt32Type[]
Definition: rwTypes.h:29
DtRwInt8(int orig, DtReaderWriterRegistry *const parentRegistry=NULL)
copy constructor
Definition: rwIntSized.h:51