#include <frametype.hh>

Public Member Functions | |
| dict_header_t () | |
| Initialize with zeros. | |
| dict_header_t (const dict_header_t &dicth) | |
| Copy constructor. | |
| ~dict_header_t () | |
| Destructor. | |
| dict_header_t & | operator= (const dict_header_t &dicth) |
| Assignment operator. | |
| 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. | |
| int_2u_t | fClassNum |
| class number of structure being described | |
| char | fComment [maxName] |
| comment | |
| dict_element_t * | fElements |
| structure elements | |
| int_2u_t | fElementNum |
| Number of structure elements. | |
1.5.4