#include <frametype.hh>

Public Member Functions | |
| dict_element_t () | |
| Initialize with zeros. | |
| int | read (int version, const char *p, bool swap=false) |
| Read from frame. | |
| int | write (int version, char *p, bool swap=false) const |
| Write to frame. | |
Public Attributes | |
| char | fName [maxName] |
| Name of structure described in this doctionary. | |
| char | fType [maxName] |
| class number of structure being described | |
| char | fComment [maxName] |
| comment | |
1.5.4