Lugdunum  0.1.0
Classes | Namespaces
Resource.hpp File Reference
#include <cstdint>
#include <type_traits>
#include <string>
#include <lug/Graphics/Export.hpp>
#include <lug/Graphics/Resource.inl>
Include dependency graph for Resource.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lug::Graphics::Resource
 Class for resource. More...
 
struct  lug::Graphics::Resource::Handle
 Handle of the resource. It contains informations such as the type and the index in the ResourceManager's internal vector, i.e. the index of the Resource in this vector. More...
 
class  lug::Graphics::Resource::SharedPtr< T >
 Dummy class for a shared pointer. More...
 
class  lug::Graphics::Resource::WeakPtr< T >
 Dummy class for a weak ptr. More...
 

Namespaces

 lug
 
 lug::Graphics