class AddressCls
class AddressCls
The memory address of an data item
-
-
Public Methods
-
AddressCls() - Constructor
-
void setAddr(int a) - Sets the address
-
int getAddr() - Returns the address
-
Documentation
The memory address of an data item.
-
AddressCls()
- Constructor.
-
void setAddr(int a)
- Sets the address.
- Parameters:
-
a - Address
-
int getAddr()
- Returns the address.
- Returns:
- Address
-
int addr
- Memory address.
- This class has no child classes.
- See Also:
-
MMCls
Alphabetic index HTML hierarchy of classes or Java
DOC++

