Mon Jan 30 13:29:20 2012

Asterisk developer's documentation


inline_api.h File Reference

Inlinable API function macro. More...

Go to the source code of this file.

Defines

#define AST_INLINE_API(hdr, body)   hdr; hdr body

Detailed Description

Inlinable API function macro.

Small API functions that are candidates for inlining need to be specially declared and defined, to ensure that the 'right thing' always happens. For example:

The AST_INLINE_API macro allows this to happen automatically, when used to define your function. Proper usage is as follows:

Definition in file inline_api.h.


Define Documentation

#define AST_INLINE_API ( hdr,
body   )     hdr; hdr body

Definition at line 51 of file inline_api.h.


Generated on 30 Jan 2012 for Asterisk - the Open Source PBX by  doxygen 1.6.1