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) {}
83 :
DtRwInt(name, parentRegistry) {}
86 :
DtRwInt(name, parentRegistry) {}
90 :
DtRwInt(name, value, parentRegistry) {}
94 :
DtRwInt(name, value, parentRegistry) {}
98 :
DtRwInt(orig, parentRegistry) {}
101 :
DtRwInt(orig, parentRegistry) {}
129 :
DtRwInt(name, parentRegistry) {}
132 :
DtRwInt(name, parentRegistry) {}
136 :
DtRwInt(name, value, parentRegistry) {}
140 :
DtRwInt(name, value, parentRegistry) {}
144 :
DtRwInt(orig, parentRegistry) {}
147 :
DtRwInt(orig, parentRegistry) {}
166 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:131
DtRwInt that encodes the value as a 32 bit integer.
Definition: rwIntSized.h:121
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is.
Definition: rwIntSized.h:57
Definition: symbolString.h:20
virtual const char * xmlType() const
Definition: rwIntSized.h:67
DtRwInt16(const DtRwInt &orig, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:100
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:85
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:154
DtRwInt16(const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor
Definition: rwIntSized.h:82
DtRwInt32(const DtString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor from an int
Definition: rwIntSized.h:135
DtRwInt32(const DtSymbolString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor from an int
Definition: rwIntSized.h:139
virtual const char * xmlType() const
Definition: rwIntSized.h:159
Definition: readerWriterRegistry.h:39
DtRwInt32(const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor
Definition: rwIntSized.h:128
DtRwInt16(const DtSymbolString &name, int value, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor from an int
Definition: rwIntSized.h:93
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:89
DtRwInt32(int orig, DtReaderWriterRegistry *const parentRegistry=NULL)
copy constructor
Definition: rwIntSized.h:143
DtRwInt8(const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
real constructor
Definition: rwIntSized.h:36
DtRwInt16()
default constructor
Definition: rwIntSized.h:79
DtRwInt that encodes the value as a 16 bit integer.
Definition: rwIntSized.h:75
DtRwInt32()
default constructor
Definition: rwIntSized.h:125
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.
virtual const char * xmlType() const
Definition: rwIntSized.h:113
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.
Definition: rwIntSized.h:149
DtRwInt8(const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:39
DtRwInt32(const DtRwInt &orig, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:146
static const char * theXmlType()
Definition: rwIntSized.h:108
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.
Definition: rwIntSized.h:103
DtRwInt8(const DtRwInt &orig, DtReaderWriterRegistry *const parentRegistry=NULL)
Definition: rwIntSized.h:54
DtRwInt16(int orig, DtReaderWriterRegistry *const parentRegistry=NULL)
copy constructor
Definition: rwIntSized.h:97
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