#include <sdts_al.h>
Public Member Functions | |
virtual void | Dump (FILE *) |
Public Attributes | |
DDFRecord * | poWholeRecord |
DDFField * | poATTR |
SDTS attribute record feature, as read from A* modules by SDTSAttrReader.
Note that even though SDTSAttrRecord is derived from SDTSFeature, there are never any attribute records associated with attribute records using the aoATID[] mechanism. SDTSFeature::nAttributes will always be zero.
void SDTSAttrRecord::Dump | ( | FILE * | ) | [virtual] |
Dump reable description of feature to indicated stream.
Implements SDTSFeature.
The ATTR DDFField with the user attribute. Each subfield is a attribute value.
The entire DDFRecord read from the file.