clan::Resource_Impl< Type > Class Template Reference

#include <resource.h>

+ Inheritance diagram for clan::Resource_Impl< Type >:

Public Member Functions

 Resource_Impl ()
 
 Resource_Impl (const Type &initial_value)
 
- Public Member Functions inherited from clan::Resource_BaseImpl
virtual ~Resource_BaseImpl ()
 

Public Attributes

int generation
 
Type value
 

Constructor & Destructor Documentation

◆ Resource_Impl() [1/2]

template<typename Type>
clan::Resource_Impl< Type >::Resource_Impl ( )
inline

References generation, and value.

◆ Resource_Impl() [2/2]

template<typename Type>
clan::Resource_Impl< Type >::Resource_Impl ( const Type & initial_value)
inline

References generation, and value.

Member Data Documentation

◆ generation

template<typename Type>
int clan::Resource_Impl< Type >::generation

Referenced by Resource_Impl(), and Resource_Impl().

◆ value

template<typename Type>
Type clan::Resource_Impl< Type >::value

Referenced by Resource_Impl(), and Resource_Impl().


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