X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvirtualfilesystem.h;h=d74872c2d5dba9365d9e08c717625c45afcb0661;hb=eadb72197ef2fde2a44914067277054c59b67161;hp=a3327de2490001c1f3e3c349ac284e66fb9c7611;hpb=f5413fd8f007164591af26be9ded15ee7c707540;p=builder.git diff --git a/source/virtualfilesystem.h b/source/virtualfilesystem.h index a3327de..d74872c 100644 --- a/source/virtualfilesystem.h +++ b/source/virtualfilesystem.h @@ -10,6 +10,7 @@ class Builder; class FileTarget; class Pattern; +class Tool; /** Provides access to the filesystem in a way that takes known targets into @@ -19,13 +20,11 @@ possible to build them. class VirtualFileSystem { public: - typedef std::list SearchPath; + using SearchPath = std::list; private: - typedef std::map TargetMap; - Builder &builder; - TargetMap targets; + std::map targets; std::set nonexistent; public: