|
My Project
UDK 3.2.7 C/C++ API Reference
|
#include <cppu/Map.hxx>Go to the source code of this file.
Namespaces | |
| namespace | cppu |
Functions | |
| template<class T > | |
| T * | cppu::shield (T *pT) |
| Helpers for mapping objects relative to the thread-safe and current environments. | |
| template<class T > | |
| T * | cppu::unshield (T *pT) |
| Maps an object from the thread-safe Environment to the current one, returns mapped object. | |
| void | cppu::shieldAny (cssu::Any const &any, cssu::Any *res) |
| Maps an any from the current to the thread-safe Environment, fills the passed any. | |
| void | cppu::unshieldAny (cssu::Any const &any, cssu::Any *res) |
| Maps an any from the thread-safe Environment to the current one, fills the passed any. | |
1.8.1.2