Overview | Namespace | Class | Index | Help |
template< typename C >
Reference< C > * | ppRet, |
uno_Interface * | pUnoI ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | YES | NO | YES | NO |
Maps an binary C UNO interface to be used in the currently used compiler environment.
C | interface type |
ppRet | inout returned interface pointer |
pUnoI | binary C UNO interface |
true if successful, false otherwise
template< typename C >
uno_Interface * * | ppRet, |
const Reference< C > & | x ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | YES | NO | YES | NO |
Maps an UNO interface of the currently used compiler environment to binary C UNO.
C | interface type |
ppRet | inout returned interface pointer |
x | interface reference |
true if successful, false otherwise
Copyright © 2003 Sun Microsystems, Inc.