How all.hpp files are called in visual c++

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How all.hpp files are called in visual c++

MoonDragon
This post was updated on .
Hi,

I would like to know how the files all.hpp are called (since they are automatically generated) and what is there purpose.

Thanks and regards,

MoonDragon
Reply | Threaded
Open this post in threaded view
|

Re: How all.hpp files are called on visual c++

Luigi Ballabio
On Thu, May 3, 2012 at 11:12 PM, MoonDragon <[hidden email]> wrote:
> I would like to know how the files all.hpp are called (since they are
> automatically generated) and what is there purpose.

They were added as a convenience.  If you include an all.hpp folder,
it recursively includes all the headers in the same directory and
those in its subdirectories.  You can use it when you want to write
some code quickly and you don't want to enumerate all the specific
#include you need.  However, be aware that it causes the compilation
times to go up, since you might be including quite some stuff you
don't need.

Luigi

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev