#include "Stroika/Foundation/StroikaPreComp.h"#include "Stroika/Foundation/Characters/String.h"#include "Stroika/Foundation/Common/Common.h"#include "Stroika/Foundation/Execution/Resources/Manager.h"#include "CompiledResourceManager.inl"Go to the source code of this file.
Classes | |
| class | Stroika::Foundation::Execution::Resources::Concrete::CompiledResourceManager |
Namespaces | |
| namespace | Stroika::Foundation |
| namespace | Stroika::Foundation::Execution |
TODO:
@todo Do portable implementation which uses a set of pointers as initialized via CTOR. Not very
usable CTOR API, but used by a tool
@todo Add new TOOL � which generates initialized C++ structures that fit perfectly with the
above portable implementation.
@todo Tool takes args which are DIRS (if dir, recursively include), and explicit files. If explicit
file list, no problem if they overlap in dirs.. That way � no need for �exclude param �
you can always generate full list you wish to include (with find for example),
and pass the full list to our app.
@todo Define API (and impl from codegen) to use Stroika string etc classes �
so can use �readonly� strings.
@todo Do implementation - NOTHING done.
Definition in file CompiledResourceManager.h.