parma_polyhedra_library::By_Reference< T > Class Reference
[Java Language Interface]
An utility class implementing mutable and non-mutable call-by-reference.
More...
List of all members.
|
Public Member Functions |
| By_Reference (T object_value) |
| Builds an object encapsulating object_value .
|
void | set (T y) |
| Set an object to value object_value .
|
T | get () |
| Returns the value held by this .
|
Package Attributes |
T | obj |
| Stores the object.
|
Detailed Description
An utility class implementing mutable and non-mutable call-by-reference.
The documentation for this class was generated from the following file: