Defines | |
| #define | GetCasted(atype, start) Handle(atype)::DownCast(start) |
| #define | DeclareAndCast(atype, result, start) Handle(atype) result = Handle(atype)::DownCast(start) |
| #define | FastCast(atype, result, start) Handle(atype) result; result = (*(Handle(atype)*))& start |
| #define DeclareAndCast | ( | atype, | |||
| result, | |||||
| start | ) | Handle(atype) result = Handle(atype)::DownCast(start) |
| #define FastCast | ( | atype, | |||
| result, | |||||
| start | ) | Handle(atype) result; result = (*(Handle(atype)*))& start |
| #define GetCasted | ( | atype, | |||
| start | ) | Handle(atype)::DownCast(start) |
1.6.3