lib
Kross::Api::ProxyValue< OBJECT, TYPE > Class Template Reference
#include <proxy.h>
Detailed Description
template<class OBJECT, typename TYPE>
class Kross::Api::ProxyValue< OBJECT, TYPE >
The ProxyValue template-class is used to represent a single value (returnvalue or argument) of a ProxyFunction .
Definition at line 36 of file proxy.h.
Public Types | |
typedef TYPE | type |
typedef OBJECT | object |
Member Typedef Documentation
template<class OBJECT, typename TYPE>
typedef OBJECT Kross::Api::ProxyValue< OBJECT, TYPE >::object |
The Kross::Api::Object or a from it inherited class that we should use internaly to wrap the C/C++ type.
This could be e.g. a Kross::Api::Variant to wrap an uint.
template<class OBJECT, typename TYPE>
typedef TYPE Kross::Api::ProxyValue< OBJECT, TYPE >::type |
The documentation for this class was generated from the following file: