#include "CeylanResourceManager.h"#include "CeylanTextDisplayable.h"#include <string>#include <exception>#include <iosfwd>#include <list>#include <inttypes.h>#include "CeylanException.h"#include "CeylanTypes.h"#include <algorithm>#include "CeylanDisplayable.h"#include "CeylanResource.h"#include <sstream>#include <map>#include "CeylanSystem.h"#include "CeylanOperators.h"#include <iostream>

Go to the source code of this file.
Classes | |
| class | Ceylan::BasicResourceManager< Key > |
| Manages basically a set of Resource instances: the basic Resource manager can store and afterwards retrieve resources on behalf of the caller, which will be able to associate a key, whose type is user-defined, to each resource. More... | |
Namespaces | |
| namespace | Ceylan |
This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
1.6.3