Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:01:34 2007

Asterisk developer's documentation :: Codename Pineapple


inline_api.h File Reference


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.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

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


Define Documentation

#define AST_INLINE_API hdr,
body   )     hdr; extern inline hdr body
 

Definition at line 49 of file inline_api.h.


Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen