Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index

Class: LDPHead3

Parent class: DataBlock

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
publicconst static intsize
privateunsigned int_product
privateunsigned 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&


Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index