Description: inlineinline 1, inline keyword is used to define a class inline functions, the introduction of the main reasons it is used instead of C macro definitions in the form of expression. Expression forms one example macro definition:# define ExpressionName (Var1, Var2) ((Var1)+ (Var2 ))*(( Var1)- (Var2)) Why is this form to replace it, Let me show Road to: 1 . Let me first explain the use of this form in the C macro definition because, C language is a very efficient language, this macro is defined in the form and use as a function, but it uses the pre-processor, without the pressure parameters stack, code generation and a series of operations, therefore, very efficient, which it is used in C, a major cause.
To Search:
File list (Check if you may need any files):
inline.doc