home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08091.TXT < prev    next >
Encoding:
Text File  |  1993-09-14  |  326 b   |  7 lines

  1. Whenever an inline member function is called by client code, the
  2. function call is replaced by the expanded code for the function.
  3. As with nonmember functions, inlining has no effect on the
  4. function's behavior or its class scope.  The function may be
  5. static, const, or volatile, and may be a constructor or a
  6. destructor.
  7.