Overview | Namespace | Class | Index | Help |
typereg_Version | version, |
const rtl_uString * | documentation, |
const rtl_uString * | fileName, |
RTTypeClass | typeClass, |
sal_Bool | published, |
const rtl_uString * | typeName, |
sal_uInt16 | superTypeCount, |
sal_uInt16 | fieldCount, |
sal_uInt16 | methodCount, |
sal_uInt16 | referenceCount ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Operations on a returned handle are not multi-thread–safe.
version | the version of the created type writer; must not be negative |
documentation | the documentation; must not be null |
fileName | the file name; must not be null (deprecated, use an empty string) |
typeClass | the type class of the created type writer |
published | whether the created type writer is published; for a type class that cannot be published, this should be false |
typeName | the type name of the created type writer; must not be null |
superTypeCount | the number of super types of the created type writer |
fieldCount | the number of fields of the created type writer |
methodCount | the number of methods of the created type writer |
referenceCount | the number of references of the created type writer |
void * | handle ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | a handle on a type writer obtained from a call to
|
void * | handle, |
sal_uInt32 * | size ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | a handle on a type writer; must not be null |
size | an out-parameter obtaining the size of the blob; must not be null |
size
remain valid until the next function is called on
the given type writer; if an out-of-memory condition occurs, null is returned
and size
is not modified
void * | handle, |
sal_uInt16 | index, |
const rtl_uString * | documentation, |
const rtl_uString * | fileName, |
RTFieldAccess | flags, |
const rtl_uString * | name, |
const rtl_uString * | typeName, |
RTValueType | valueType, |
RTConstValueUnion | valueValue ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | a handle on a type writer; must not be null |
index | a valid index into the range of fields of the given type writer |
documentation | the documentation of the field; must not be null |
fileName | the file name of the field; must not be null (deprecated, use an empty string) |
flags | the flags of the field |
name | the name of the field; must not be null |
typeName | the type name of the field; must not be null |
valueType | the type of the value of the field |
valueValue | the value of the value of the field |
void * | handle, |
sal_uInt16 | index, |
const rtl_uString * | documentation, |
RTMethodMode | flags, |
const rtl_uString * | name, |
const rtl_uString * | returnTypeName, |
sal_uInt16 | parameterCount, |
sal_uInt16 | exceptionCount ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | a handle on a type writer; must not be null |
index | a valid index into the range of methods of the given type writer |
documentation | the documentation of the method; must not be null |
flags | the flags of the method |
name | the name of the method; must not be null |
returnTypeName | the return type name of the method; must not be null |
parameterCount | the number of parameters of the method |
exceptionCount | the number of exceptions of the method |
void * | handle, |
sal_uInt16 | methodIndex, |
sal_uInt16 | exceptionIndex, |
const rtl_uString * | typeName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | a handle on a type writer; must not be null |
methodIndex | a valid index into the range of methods of the given type writer |
exceptionIndex | a valid index into the range of exceptions of the given method |
typeName | the exception type name; must not be null |
void * | handle, |
sal_uInt16 | methodIndex, |
sal_uInt16 | parameterIndex, |
RTParamMode | flags, |
const rtl_uString * | name, |
const rtl_uString * | typeName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | a handle on a type writer; must not be null |
methodIndex | a valid index into the range of methods of the given type writer |
parameterIndex | a valid index into the range of parameters of the given method |
flags | the flags of the parameter |
name | the name of the parameter; must not be null |
typeName | the type name of the parameter; must not be null |
void * | handle, |
sal_uInt16 | index, |
const rtl_uString * | documentation, |
RTReferenceType | sort, |
RTFieldAccess | flags, |
const rtl_uString * | typeName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | a handle on a type writer; must not be null |
index | a valid index into the range of references of the given type writer |
documentation | the documentation of the reference; must not be null |
sort | the sort of the reference |
flags | the flags of the reference |
typeName | the type name of the reference; must not be null |
void * | handle, |
sal_uInt16 | index, |
const rtl_uString * | typeName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | a handle on a type writer; must not be null |
index | a valid index into the range of super types of the given type writer |
typeName | the super type name; must not be null |
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.