ChessPlusPlus  WIP
cplusplus.com Community Project
chesspp::res::ResourceManager::Resource Class Referenceabstract

The base class for all resource classes. More...

#include <ResourceManager.hpp>

Inheritance diagram for chesspp::res::ResourceManager::Resource:
chesspp::res::SfmlFileResource< sfmlT >

Public Member Functions

virtual ~Resource ()=0
 

Detailed Description

The base class for all resource classes.

Requirements
Deriving classes must have a public constructor that accepts one parameter in the form of configuration.setting(path...). In other words, the result of chesspp::config::Configuration::setting() should be able to be passed as the only argument to construct the resource.

Constructor & Destructor Documentation

chesspp::res::ResourceManager::Resource::~Resource ( )
inlinepure virtualdefault

The documentation for this class was generated from the following file: