Public Member Functions | |
| ~ref () | |
| ref () | |
| ref (const ref &in) | |
| ref (const ?&in) | |
| void | opCast (?&out) |
| ref & | opHndlAssign (const ref &in) |
| ref & | opHndlAssign (const ?&in) |
| bool | opEquals (const ref &in) const |
| bool | opEquals (const ?&in) const |
Definition at line 881 of file t1_scriptAPI.cpp.
| ref::~ref | ( | ) |
| ref::ref | ( | ) |
| ref::ref | ( | const ref & | in | ) |
| ref::ref | ( | const ?& | in | ) |
| void ref::opCast | ( | ?& | out | ) |
| bool ref::opEquals | ( | const ?& | in | ) | const |
| bool ref::opEquals | ( | const ref & | in | ) | const |
| ref & ref::opHndlAssign | ( | const ?& | in | ) |