This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

inline funtcion of base class


hi:
  Here is my example :

    class A { inline func();}

   class B:public A ;

  If B calls func() ,is it dealed as inline ,which has no frame ?
  if I want to share one inline function from base class , what is the
best mothod ?


Thaks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]