13 #ifndef DtTrueAggregateSubordinatesAggregateEntry_H_
14 #define DtTrueAggregateSubordinatesAggregateEntry_H_
53 virtual void setFormationName(
const DtString & formationName);
54 virtual const DtString & formationName()
const;
91 namespace DtBufferSerialize
Definition: subordinateEntry.h:25
DT_DLL_readerWriter int getSize(const DtString &val)
The number of bytes required to encode the value.
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
virtual DtSubordinateEntry * clone(const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
Definition: subordinateAggregateEntry.h:21
RW List which holds DtSubordinatesEntry subclasses.
Definition: subordinateObjectsList.h:21
DtRwString mySubordinateFormationName
Parameter Name: subordinate-formation Parameter Description: The formation that will be used for the ...
Definition: subordinateAggregateEntry.h:80
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...
static DtSubordinateEntry * createSubordinateEntry(DtlObjPtr mtlStream, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings)
Creates and initializes a subordinate entry when reading in from an MTL (MAK Technologies Lisp) file ...
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
DtSubordinateObjectsList mySubordinateObjectsList
Parameter Name: subordinate-objects Parameter Description: List of SubordinateObjects Parameter Defau...
Definition: subordinateAggregateEntry.h:85
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...
const DtSubordinateEntry & operator=(const DtSubordinateEntry &orig)
assignment operator