Overview | Namespace | Class | Index | Help |
uno_Any * | pDest, |
void * | pSource, |
_typelib_TypeDescription * | pTypeDescr, |
uno_AcquireFunc | acquire, |
uno_ReleaseFunc | release ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Assign an any with a given value. Interfaces are acquired or released by the given callback functions.
pDest | pointer memory of destination any |
pSource | pointer to source value; defaults (0) to default constructed value |
pTypeDescr | type description of value; defaults (0) to void |
acquire | function called each time an interface needs to be acquired; defaults (0) to uno |
release | function called each time an interface needs to be released; defaults (0) to uno |
uno_Any * | pValue, |
uno_ReleaseFunc | release ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Sets value to void.
pValue | pointer to any |
release | function called each time an interface needs to be released; defaults (0) to uno |
uno_Any * | pDest, |
void * | pSource, |
_typelib_TypeDescription * | pTypeDescr, |
uno_AcquireFunc | acquire ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Constructs an any with a given value. Interfaces are acquired by the given callback function.
pDest | pointer memory of destination any |
pSource | pointer to source value; defaults (0) to default constructed value |
pTypeDescr | type description of value; defaults (0) to void |
acquire | function called each time an interface needs to be acquired; defaults (0) to uno |
uno_Any * | pDest, |
void * | pSource, |
_typelib_TypeDescription * | pTypeDescr, |
_uno_Mapping * | mapping ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Constructs an any with a given value and converts/ maps interfaces.
pDest | pointer memory of destination any |
pSource | pointer to source value; defaults (0) to default constructed value |
pTypeDescr | type description of value; defaults (0) to void |
mapping | mapping to convert/ map interfaces |
uno_Any * | pValue, |
uno_ReleaseFunc | release ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Destructs an any.
pValue | pointer to any |
release | function called each time an interface needs to be released; defaults (0) to uno |
uno_Any * | pDest, |
void * | pSource, |
_typelib_TypeDescriptionReference * | pType, |
uno_AcquireFunc | acquire, |
uno_ReleaseFunc | release ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Assign an any with a given value. Interfaces are acquired or released by the given callback functions.
pDest | pointer memory of destination any |
pSource | pointer to source value; defaults (0) to default constructed value |
pTypeDescr | type description of value; defaults (0) to void |
acquire | function called each time an interface needs to be acquired; defaults (0) to uno |
release | function called each time an interface needs to be released; defaults (0) to uno |
uno_Any * | pDest, |
void * | pSource, |
_typelib_TypeDescriptionReference * | pType, |
uno_AcquireFunc | acquire ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Constructs an any with a given value. Interfaces are acquired by the given callback function.
pDest | pointer memory of destination any |
pSource | pointer to source value; defaults (0) to default constructed value |
pType | type of value; defaults (0) to void |
acquire | function called each time an interface needs to be acquired; defaults (0) to uno |
uno_Any * | pDest, |
void * | pSource, |
_typelib_TypeDescriptionReference * | pType, |
_uno_Mapping * | mapping ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Constructs an any with a given value and converts/ maps interfaces.
pDest | pointer memory of destination any |
pSource | pointer to source value; defaults (0) to default constructed value |
pType | type of value; defaults (0) to void |
mapping | mapping to convert/ map interfaces |
Copyright © 2003 Sun Microsystems, Inc.