Global Functions in Namespace uno
in Sourcefile genfunc.h
- cpp_acquire
- void cpp_acquire(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Function to acquire a C++ interface.
- Parameters
pCppI |
C++ interface pointer
|
- cpp_queryInterface
- void * cpp_queryInterface(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Function to query for a C++ interface.
- Parameters
pCppI |
C++ interface pointer
|
pType |
demanded interface type
|
- Return
- acquired C++ interface pointer or null
- cpp_release
- void cpp_release(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Function to release a C++ interface.
- Parameters
pCppI |
C++ interface pointer
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.