lib

Kross::Api::ProxyValue< OBJECT, TYPE > Class Template Reference

#include <proxy.h>

List of all members.


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.

Definition at line 51 of file proxy.h.

template<class OBJECT, typename TYPE>
typedef TYPE Kross::Api::ProxyValue< OBJECT, TYPE >::type
 

The C/C++ type of the value.

This could be something like a int, uint or a const QString&.

Definition at line 44 of file proxy.h.


The documentation for this class was generated from the following file:
KDE Home | KDE Accessibility Home | Description of Access Keys