| Overview | Namespace | Class | Index | Help |
| void * | pDest, |
| _typelib_TypeDescription * | pDestTypeDescr, |
| void * | pSource, |
| _typelib_TypeDescription * | pSourceTypeDescr, |
| uno_QueryInterfaceFunc | queryInterface, |
| uno_AcquireFunc | acquire, |
| uno_ReleaseFunc | release ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | YES |
Assigns a destination value with a source value. Widening conversion WITHOUT data loss is allowed (e.g., assigning a long with a short). Querying for demanded interface type is allowed. Assignment from any value to a value of type Any and vice versa is allowed.
| pDest | pointer to destination value |
| pDestTypeDescr | type description of destination value |
| pSource | |
| pSourceTypeDescr | type destination of source value |
| queryInterface | |
| acquire | |
| release | |
true if destination has been successfully assigned
| void * | pMem, |
| _typelib_TypeDescription * | pTypeDescr ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | YES |
Default constructs a value. All simple types are set to 0, enums are set to their default value.
| pMem | pointer to memory of value to be constructed |
| pTypeDescr | type description of value to be constructed |
| void * | 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 |
Copy construct memory with given value. The size of the destination value must be larger or equal to the size of the source value. Interfaces are converted/ mapped by mapping parameter.
| pDest | pointer to destination value memory |
| pSource | pointer to source value |
| pTypeDescr | type description of source |
| mapping | mapping to convert/ map interfaces |
| void * | 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 |
Copy construct memory with given value. The size of the destination value must be larger or equal to the size of the source value.
| pDest | pointer to destination value memory |
| pSource | pointer to source value |
| pTypeDescr | type description of source |
| acquire | |
| void * | pValue, |
| _typelib_TypeDescription * | pTypeDescr, |
| uno_ReleaseFunc | release ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | YES |
Destructs a given value; does NOT free its memory!
| pValue | value to be destructed |
| pTypeDescr | type description of value |
| release | |
| void * | pVal1, |
| _typelib_TypeDescription * | pVal1TypeDescr, |
| void * | pVal2, |
| _typelib_TypeDescription * | pVal2TypeDescr, |
| uno_QueryInterfaceFunc | queryInterface, |
| uno_ReleaseFunc | release ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | YES |
Tests if two values are equal. May compare different types (e.g., short to long).
| pVal1 | pointer to a value |
| pVal1TypeDescr | type description of pVal1 |
| pVal2 | pointer to another value |
| pVal2TypeDescr | type description of pVal2 |
| queryInterface | |
| release | function to release queried interfaces; defaults (0) to uno |
true if values are equal
| void * | pDest, |
| _typelib_TypeDescriptionReference * | pDestType, |
| void * | pSource, |
| _typelib_TypeDescriptionReference * | pSourceType, |
| uno_QueryInterfaceFunc | queryInterface, |
| uno_AcquireFunc | acquire, |
| uno_ReleaseFunc | release ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | YES |
Assigns a destination value with a source value. Widening conversion WITHOUT data loss is allowed (e.g., assigning a long with a short). Querying for demanded interface type is allowed. Assignment from any value to a value of type Any and vice versa is allowed.
| pDest | pointer to destination value |
| pDestType | type of destination value |
| pSource | |
| pSourceType | type of source value |
| queryInterface | |
| acquire | |
| release | |
true if destination has been successfully assigned
| void * | pMem, |
| _typelib_TypeDescriptionReference * | pType ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | YES |
Default constructs a value. All simple types are set to 0, enums are set to their default value.
| pMem | pointer to memory of value to be constructed |
| pType | type of value to be constructed |
| void * | 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 |
Copy construct memory with given value. The size of the destination value must be larger or equal to the size of the source value. Interfaces are converted/ mapped by mapping parameter.
| pDest | pointer to destination value memory |
| pSource | pointer to source value |
| pType | type of source |
| mapping | mapping to convert/ map interfaces |
| void * | 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 |
Copy construct memory with given value. The size of the destination value must be larger or equal to the size of the source value.
| pDest | pointer to destination value memory |
| pSource | pointer to source value |
| pType | type of source |
| acquire | |
| void * | pValue, |
| _typelib_TypeDescriptionReference * | pType, |
| uno_ReleaseFunc | release ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | YES |
Destructs a given value; does NOT free its memory!
| pValue | value to be destructed |
| pType | type of value |
| release | |
| void * | pVal1, |
| _typelib_TypeDescriptionReference * | pVal1Type, |
| void * | pVal2, |
| _typelib_TypeDescriptionReference * | pVal2Type, |
| uno_QueryInterfaceFunc | queryInterface, |
| uno_ReleaseFunc | release ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | YES |
Tests if two values are equal. May compare different types (e.g., short to long).
| pVal1 | pointer to a value |
| pVal1Type | type of pVal1 |
| pVal2 | pointer to another value |
| pVal2Type | type of pVal2 |
| queryInterface | |
| release | function to release queried interfaces; defaults (0) to uno |
true if values are equal
| _typelib_TypeDescriptionReference * | pAssignable, |
| void * | pFrom, |
| _typelib_TypeDescriptionReference * | pFromType, |
| uno_QueryInterfaceFunc | queryInterface, |
| uno_ReleaseFunc | release ); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | YES |
Tests whether a value of given type is assignable from given value. Widening conversion WITHOUT data loss is allowed (e.g., assigning a long with a short). Querying for demanded interface type is allowed. Assignment from any value to a value of type Any and vice versa is allowed.
| pAssignable | type |
| pFrom | pointer to value |
| pFromType | type of value |
| queryInterface | |
| release | |
true if value is destination has been successfully assigned
Copyright © 2003 Sun Microsystems, Inc.