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
|
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. |
|
The C/C++ type of the value. This could be something like a int, uint or a const QString&. |
The documentation for this class was generated from the following file: