class DCOPReply

Represents the return value of a DCOPRef:call() or DCOPRef:send() invokation. More...

Definition#include <dcopref.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

Represents the return value of a DCOPRef:call() or DCOPRef:send() invokation.

See also: DCOPRef, DCOPArg, DCOPArg

template operator  T ()

T

Casts the value to the type T. Requires that the type T suppports QDataStream deserialisation and has a function dcopTypeName(T). This is true for most basic types.

template bool  get ( T& t, const char* tname )

get

Retrieves the value from the type T. Requires that the type T suppports QDataStream deserialisation.

Parameters:
tthe type will be written here, if successful
tnamethe signature type name

Returns: true if successful, false otherwise

template bool  get ( T& t )

get

Retrieves the value from the type T. Requires that the type T suppports QDataStream deserialisation and has a function dcopTypeName(T). This is true for most basic types.

Parameters:
tthe type will be written here, if successful
tnamethe signature type name

Returns: true if successful, false otherwise

inline bool  isValid ()

isValid

[const]

Checks whether the type is valid.

Returns: true if valid, false otherwise

QByteArray data

data

QCString type

type


Generated by: caleb on tcdevel on Tue Jan 28 12:54:00 2003, using kdoc $.