apr_inherit.h

APR File Handle Inheritance Helpers
意見:
This internal header includes internal declaration helpers for other headers to declare apr_foo_inherit_[un]set functions.
[詳細]

ソースコードを見る。

マクロ定義

#define APR_DECLARE_INHERIT_SET(type)
#define APR_DECLARE_INHERIT_UNSET(type)


説明

APR File Handle Inheritance Helpers
意見:
This internal header includes internal declaration helpers for other headers to declare apr_foo_inherit_[un]set functions.


マクロ定義

#define APR_DECLARE_INHERIT_SET ( type   ) 

値:

APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \
                                          apr_##type##_t *the##type)
Prototype for type-specific declarations of apr_foo_inherit_set functions.
意見:
Doxygen unwraps this macro (via doxygen.conf) to provide actual help for each specific occurance of apr_foo_inherit_set.

the linkage is specified for APR. It would be possible to expand the macros to support other linkages.

#define APR_DECLARE_INHERIT_UNSET ( type   ) 

値:

APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \
                                          apr_##type##_t *the##type)
Prototype for type-specific declarations of apr_foo_inherit_unset functions.
意見:
Doxygen unwraps this macro (via doxygen.conf) to provide actual help for each specific occurance of apr_foo_inherit_unset.

the linkage is specified for APR. It would be possible to expand the macros to support other linkages.


Apache Portable Runtimeに対してSun Jul 19 22:04:00 2009に生成されました。  doxygen 1.4.7