|
Classdesc 3.44
|
Handle the return value. More...
#include <javaClass_base.h>


Public Member Functions | |
| template<class T> | |
| T * | getRef () |
| Public Member Functions inherited from poly< ArgRef_base > | |
| bool | operator== (const poly &x) const |
| bool | operator!= (const poly &x) const |
| poly (const poly &x) | |
| poly (const ArgRef_base &x) | |
| poly & | operator= (const poly &x) |
| poly & | operator= (const ArgRef_base &x) |
| poly | addObject () |
| Target object initialisation. | |
| poly | addObject (A x) |
| poly | addObject (A1 x1, A2 x2) |
| ArgRef_base * | operator-> () |
| const ArgRef_base * | operator-> () const |
| ArgRef_base & | operator* () |
| const ArgRef_base & | operator* () const |
| U & | cast () |
| cast target to type U. Thows std::bad_cast if impossible. | |
| const U & | cast () const |
| void | swap (poly &x) |
| operator bool () const | |
Additional Inherited Members | |
| Public Attributes inherited from poly< ArgRef_base > | |
| SimpleTypeTable< ArgRef_base > | TypeTable |
Handle the return value.