このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


全世界の 機能(する)/行事s in Namespace in Sourcefile reader.h
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


全世界の 機能(する)/行事s in 全世界の Namespace C++
in Sourcefile reader.h


typereg_reader_acquire
extern "C"
無効の typereg_reader_acquire(
無効の * 扱う );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Increments the 言及/関連 count of a type reader.
Parameters
扱う
a 扱う on a type reader; may be null

   
Since
UDK 3.2.0

typereg_reader_create
extern "C"
sal_Bool typereg_reader_create(
const 無効の * 衝撃を和らげるもの,
sal_uInt32 length,
sal_Bool copy,
typereg_Version maxVersion,
無効の * * result );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Creates a type reader working on a binary blob that 代表するs a UNOIDL type.
Description

If a 非,不,無-null 扱う is returned through result, its 言及/関連 count will be one. 操作/手術s on a 非,不,無-null 扱う are not multi-thread–安全な.

Parameters
衝撃を和らげるもの
the binary blob 代表するing the type; must point to at least
   length bytes, and need only be byte-提携させるd

   
length
the size in bytes of the binary blob 代表するing the type

   
copy
if true, the type reader creates an 内部の copy of the given
   衝撃を和らげるもの, and the given 衝撃を和らげるもの is not 接近d after this 機能(する)/行事 returns; if
   誤った, the type reader 作品 直接/まっすぐに on the given 衝撃を和らげるもの, which must remain
   利用できる unmodified until the type reader is destroyed

   
maxVersion
the 最大限 binary blob 見解/翻訳/版 the (弁護士の)依頼人 is 用意が出来ている to
   扱う; must not be 消極的な

   
result
an out-parameter 得るing a 扱う on the type reader; must
   not be null; if the given binary blob is malformed, or of a 見解/翻訳/版 larger
   than maxVersion, null is returned

   
Return
誤った iff an out-of-memory 条件 occured, in which 事例/患者 result is left 不変の, and no type reader is created
Since
UDK 3.2.0

typereg_reader_getDocumentation
extern "C"
無効の typereg_reader_getDocumentation(
無効の * 扱う,
rtl_uString * * result );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the documentation of a type reader.
Parameters
扱う
a 扱う on a type reader; may be null

   
result
an out-parameter 得るing the documentation string; must not
   be null; if 扱う is null, an empty string is returned; if an
   out-of-memory 条件 occurs, a pointer to a null pointer is returned

   
Since
UDK 3.2.0

typereg_reader_getFieldCount
extern "C"
sal_uInt16 typereg_reader_getFieldCount(
無効の * 扱う );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the number of fields of a type reader.
Parameters
扱う
a 扱う on a type reader; may be null

   
Return
the number of fields of the type reader; if 扱う is null, 無 is returned
Since
UDK 3.2.0

typereg_reader_getFieldDocumentation
extern "C"
無効の typereg_reader_getFieldDocumentation(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the documentation of a field of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the field's documentation string;
   must not be null; if an out-of-memory 条件 occurs, a pointer to a null
   pointer is returned

   
索引
a valid 索引 into the 範囲 of fields of the given type reader

   
Since
UDK 3.2.0

typereg_reader_getFieldFileName
extern "C"
無効の typereg_reader_getFieldFileName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

D E P R E C A T E D
要約
Returns the とじ込み/提出する 指名する of a field of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the field's とじ込み/提出する 指名する string; must
   not be null; if an out-of-memory 条件 occurs, a pointer to a null
   pointer is returned

   
索引
a valid 索引 into the 範囲 of fields of the given type reader

   
Since
UDK 3.2.0

typereg_reader_getFieldFlags
extern "C"
RTFieldAccess typereg_reader_getFieldFlags(
無効の * 扱う,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the 旗s of a field of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
索引
a valid 索引 into the 範囲 of fields of the given type reader

   
Return
the 旗s of the given field of the type reader
Since
UDK 3.2.0

typereg_reader_getFieldName
extern "C"
無効の typereg_reader_getFieldName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the 指名する of a field of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the field's 指名する string; must not be
   null; if an out-of-memory 条件 occurs, a pointer to a null pointer is
   returned

   
索引
a valid 索引 into the 範囲 of fields of the given type reader

   
Since
UDK 3.2.0

typereg_reader_getFieldTypeName
extern "C"
無効の typereg_reader_getFieldTypeName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the type 指名する of a field of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the field's type 指名する string; must
   not be null; if an out-of-memory 条件 occurs, a pointer to a null
   pointer is returned

   
索引
a valid 索引 into the 範囲 of fields of the given type reader

   
Since
UDK 3.2.0

typereg_reader_getFieldValue
extern "C"
sal_Bool typereg_reader_getFieldValue(
無効の * 扱う,
sal_uInt16 索引,
RTValueType * type,
RTConstValueUnion * value );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the value of a field of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
索引
a valid 索引 into the 範囲 of fields of the given type reader

   
type
an out-parameter 得るing the field value's type; must not be
   null

   
result
an out-parameter 得るing the field value's value; must not be
   null

   
Return
誤った iff an out-of-memory 条件 occured, in which 事例/患者 type and value are left 不変の
Since
UDK 3.2.0

typereg_reader_getFileName
extern "C"
無効の typereg_reader_getFileName(
無効の * 扱う,
rtl_uString * * result );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

D E P R E C A T E D
要約
Returns the とじ込み/提出する 指名する of a type reader.
Parameters
扱う
a 扱う on a type reader; may be null

   
result
an out-parameter 得るing the とじ込み/提出する 指名する string; must not be
   null; if 扱う is null, an empty string is returned; if an
   out-of-memory 条件 occurs, a pointer to a null pointer is returned

   
Since
UDK 3.2.0

typereg_reader_getMethodCount
extern "C"
sal_uInt16 typereg_reader_getMethodCount(
無効の * 扱う );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the number of methods of a type reader.
Parameters
扱う
a 扱う on a type reader; may be null

   
Return
the number of methods of the type reader; if 扱う is null, 無 is returned
Since
UDK 3.2.0

typereg_reader_getMethodDocumentation
extern "C"
無効の typereg_reader_getMethodDocumentation(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the documentation of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the methods's documentation string;
   must not be null; if an out-of-memory 条件 occurs, a pointer to a null
   pointer is returned

   
索引
a valid 索引 into the 範囲 of methods of the given type reader

   
Since
UDK 3.2.0

typereg_reader_getMethodExceptionCount
extern "C"
sal_uInt16 typereg_reader_getMethodExceptionCount(
無効の * 扱う,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the number of exceptions of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
索引
a valid 索引 into the 範囲 of methods of the given type reader

   
Return
the number of exceptions of the given method of the type reader
Since
UDK 3.2.0

typereg_reader_getMethodExceptionTypeName
extern "C"
無効の typereg_reader_getMethodExceptionTypeName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 methodIndex,
sal_uInt16 exceptionIndex );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the type 指名する of an exception of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the exception's type 指名する string;
   must not be null; if an out-of-memory 条件 occurs, a pointer to a null
   pointer is returned

   
methodIndex
a valid 索引 into the 範囲 of methods of the given type
   reader

   
exceptionIndex
a valid 索引 into the 範囲 of exceptions of the given
   method

   
Since
UDK 3.2.0

typereg_reader_getMethodFlags
extern "C"
RTMethodMode typereg_reader_getMethodFlags(
無効の * 扱う,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the 旗s of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
索引
a valid 索引 into the 範囲 of methods of the given type reader

   
Return
the 旗s of the given method of the type reader
Since
UDK 3.2.0

typereg_reader_getMethodName
extern "C"
無効の typereg_reader_getMethodName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the 指名する of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the methods's 指名する string; must not
   be null; if an out-of-memory 条件 occurs, a pointer to a null pointer is
   returned

   
索引
a valid 索引 into the 範囲 of methods of the given type reader

   
Since
UDK 3.2.0

typereg_reader_getMethodParameterCount
extern "C"
sal_uInt16 typereg_reader_getMethodParameterCount(
無効の * 扱う,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the number of parameters of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
索引
a valid 索引 into the 範囲 of methods of the given type reader

   
Return
the number of parameters of the given method of the type reader
Since
UDK 3.2.0

typereg_reader_getMethodParameterFlags
extern "C"
RTParamMode typereg_reader_getMethodParameterFlags(
無効の * 扱う,
sal_uInt16 methodIndex,
sal_uInt16 parameterIndex );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the 旗s of a parameter of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
methodIndex
a valid 索引 into the 範囲 of methods of the given type
   reader

   
parameterIndex
a valid 索引 into the 範囲 of parameters of the given
   method

   
Return
the 旗s of the given parameter of the given method of the type reader
Since
UDK 3.2.0

typereg_reader_getMethodParameterName
extern "C"
無効の typereg_reader_getMethodParameterName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 methodIndex,
sal_uInt16 parameterIndex );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the 指名する of a parameter of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the parameter's 指名する string; must
   not be null; if an out-of-memory 条件 occurs, a pointer to a null
   pointer is returned

   
methodIndex
a valid 索引 into the 範囲 of methods of the given type
   reader

   
parameterIndex
a valid 索引 into the 範囲 of parameters of the given
   method

   
Since
UDK 3.2.0

typereg_reader_getMethodParameterTypeName
extern "C"
無効の typereg_reader_getMethodParameterTypeName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 methodIndex,
sal_uInt16 parameterIndex );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the type 指名する of a parameter of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the parameter's type 指名する string;
   must not be null; if an out-of-memory 条件 occurs, a pointer to a null
   pointer is returned

   
methodIndex
a valid 索引 into the 範囲 of methods of the given type
   reader

   
parameterIndex
a valid 索引 into the 範囲 of parameters of the given
   method

   
Since
UDK 3.2.0

typereg_reader_getMethodReturnTypeName
extern "C"
無効の typereg_reader_getMethodReturnTypeName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the return type 指名する of a method of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the methods's return type 指名する
   string; must not be null; if an out-of-memory 条件 occurs, a pointer to
   a null pointer is returned

   
索引
a valid 索引 into the 範囲 of methods of the given type reader

   
Since
UDK 3.2.0

typereg_reader_getReferenceCount
extern "C"
sal_uInt16 typereg_reader_getReferenceCount(
無効の * 扱う );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the number of 言及/関連s of a type reader.
Parameters
扱う
a 扱う on a type reader; may be null

   
Return
the number of 言及/関連s of the type reader; if 扱う is null, 無 is returned
Since
UDK 3.2.0

typereg_reader_getReferenceDocumentation
extern "C"
無効の typereg_reader_getReferenceDocumentation(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the documentation of a 言及/関連 of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the 言及/関連's documentation
   string; must not be null; if an out-of-memory 条件 occurs, a pointer to
   a null pointer is returned

   
索引
a valid 索引 into the 範囲 of 言及/関連s of the given type
   reader

   
Since
UDK 3.2.0

typereg_reader_getReferenceFlags
extern "C"
RTFieldAccess typereg_reader_getReferenceFlags(
無効の * 扱う,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the 旗s of a 言及/関連 of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
索引
a valid 索引 into the 範囲 of 言及/関連s of the given type
   reader

   
Return
the 旗s of the given 言及/関連 of the type reader
Since
UDK 3.2.0

typereg_reader_getReferenceSort
extern "C"
RTReferenceType typereg_reader_getReferenceSort(
無効の * 扱う,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the sort of a 言及/関連 of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
索引
a valid 索引 into the 範囲 of 言及/関連s of the given type
   reader

   
Return
the sort of the given 言及/関連 of the type reader
Since
UDK 3.2.0

typereg_reader_getReferenceTypeName
extern "C"
無効の typereg_reader_getReferenceTypeName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the type 指名する of a 言及/関連 of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the 言及/関連's type 指名する string;
   must not be null; if an out-of-memory 条件 occurs, a pointer to a null
   pointer is returned

   
索引
a valid 索引 into the 範囲 of 言及/関連s of the given type
   reader

   
Since
UDK 3.2.0

typereg_reader_getSuperTypeCount
extern "C"
sal_uInt16 typereg_reader_getSuperTypeCount(
無効の * 扱う );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the number of 最高の types of a type reader.
Parameters
扱う
a 扱う on a type reader; may be null

   
Return
the number of 最高の types of the type reader; if 扱う is null, 無 is returned
Since
UDK 3.2.0

typereg_reader_getSuperTypeName
extern "C"
無効の typereg_reader_getSuperTypeName(
無効の * 扱う,
rtl_uString * * result,
sal_uInt16 索引 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the type 指名する of a 最高の type of a type reader.
Parameters
扱う
a 扱う on a type reader; must not be null

   
result
an out-parameter 得るing the 最高の type's type 指名する string;
   must not be null; if an out-of-memory 条件 occurs, a pointer to a null
   pointer is returned

   
索引
a valid 索引 into the 範囲 of 最高の types of the given type
   reader

   
Since
UDK 3.2.0

typereg_reader_getTypeClass
extern "C"
RTTypeClass typereg_reader_getTypeClass(
無効の * 扱う );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the type class of a type reader.
Description

This 機能(する)/行事 will always return the type class without the 内部の RT_TYPE_PUBLISHED 旗 始める,決める. Use typereg_reader_isPublished to 決定する whether a type reader is published.

Parameters
扱う
a 扱う on a type reader; may be null

   
Return
the type class of the type reader; if 扱う is null, RT_TYPE_INVALID is returned
Since
UDK 3.2.0

typereg_reader_getTypeName
extern "C"
無効の typereg_reader_getTypeName(
無効の * 扱う,
rtl_uString * * result );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the type 指名する of a type reader.
Parameters
扱う
a 扱う on a type reader; may be null

   
result
an out-parameter 得るing the type 指名する string; must not be
   null; if 扱う is null, an empty string is returned; if an
   out-of-memory 条件 occurs, a pointer to a null pointer is returned

   
Since
UDK 3.2.0

typereg_reader_getVersion
extern "C"
typereg_Version typereg_reader_getVersion(
無効の * 扱う );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns the binary blob 見解/翻訳/版 of a type reader.
Parameters
扱う
a 扱う on a type reader; may be null

   
Return
the 見解/翻訳/版 of the binary blob from which the type reader was 建設するd; if 扱う is null, TYPEREG_VERSION_0 is returned
Since
UDK 3.2.0

typereg_reader_isPublished
extern "C"
sal_Bool typereg_reader_isPublished(
無効の * 扱う );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Returns whether a type reader is published.
Parameters
扱う
a 扱う on a type reader; may be null

   
Return
whether the type reader is published; if 扱う is null, sal_False is returned
Since
UDK 3.2.0

typereg_reader_release
extern "C"
無効の typereg_reader_release(
無効の * 扱う );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Decrements the 言及/関連 count of a type reader.
Description

If the 言及/関連 count 減少(する)s to 無, the type reader is destroyed.

Parameters
扱う
a 扱う on a type reader; may be null

   
Since
UDK 3.2.0

最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.