Description:
This class was machine generated from the file LDPHead3.db by the perl script db2class.
The following comments have been copied from that file:
This is an ITOS-like database definition for the product and page number fields of a Swift LDP packet.
| Data Fields | ||
| public | const static int | size |
| private | unsigned int | _product |
| private | unsigned int | _page |
| Constructors / Destructor | |
| public | LDPHead3() |
| public | LDPHead3(const LDPHead3& orig) |
| Methods | |||
| public | virtual constant |
unsigned int | product() |
| public | virtual constant |
unsigned int | page() |
| public | virtual | void | product(unsigned int value) |
| public | virtual | void | page(unsigned int value) |
| public | virtual | void | read(Reader* r)Throws: Interpreter::Exception |
| public | virtual | void | write(Writer* w)Throws: Interpreter::Exception |
| public | virtual | const string& | toString() |
| Operators | |||
| public | int | LDPHead3& == LDPHead3& | |
| public | int | LDPHead3& != LDPHead3& | |