Inheritance diagram for IResourceBundle< T >:

Base template interface for all resource bundles.
| T | Resource class. |
Public Methods | |
| virtual T * | getResourceById (CResourceId const &id)=0 |
| Gets resource by ID. | |
| virtual void | rejectResource (CResourceId const &id)=0 |
| Clears resource by ID. | |
| virtual void | clear ()=0 |
| Clears whole bundle. | |
1.2.17