UDK 3.2.7 C/C++ API Reference
|
#include <uno/mapping.hxx>
Go to the source code of this file.
Namespaces | |
namespace | cppu |
Functions | |
template<class T > | |
T * | cppu::mapOut (T *pT, cssu::Environment const &outerEnv) |
Helpers for mapping objects relative to the current environment. | |
template<class T > | |
T * | cppu::mapIn (T *pT, cssu::Environment const &outerEnv) |
Maps an object from an outer Environment to the current, returns mapped object. | |
void | cppu::mapOutAny (cssu::Any const &any, cssu::Any *res, cssu::Environment const &outerEnv) |
Maps an any from the current to an outer Environment, fills passed any. | |
void | cppu::mapInAny (cssu::Any const &any, cssu::Any *res, cssu::Environment const &outerEnv) |
Maps an any from an outer Environment to the current, fills passed any. |