virtual inline vs inline

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I would like to know, if there is any difference (in allocated memory
space) between defining a function inline in the class declaration
(with the inline word), and defining a function inline explicit after
the class declaration.

In addition, does anybody know, why a previously only inline declared
function takes up more memory space, if it's declared virtual inline
(even if the classes to which the declaring class of the function is a
parent class doesn't have their own implementation)?

Best regards,

Norbert




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux