Eidolon
Public Member Functions | Public Attributes | List of all members
RemoveResourceOp< M > Class Template Reference

Given a resource manager type M, calls remove() with the given name on the singleton instance of M. More...

#include <OgreRenderTypes.h>

Inheritance diagram for RemoveResourceOp< M >:
Inheritance graph
Collaboration diagram for RemoveResourceOp< M >:
Collaboration graph

Public Member Functions

 RemoveResourceOp (const std::string &name)
 
virtual void op ()
 Before each render operation, this method is called for every ResourceOp object the renderer stores, the object is deleted. More...
 
- Public Member Functions inherited from ResourceOp
 ResourceOp (std::string parentname="")
 

Public Attributes

std::string name
 
- Public Attributes inherited from ResourceOp
std::string parentname
 Name of parent object which created this op and whose internal state is associated with it. More...
 

Detailed Description

template<typename M>
class OgreRenderTypes::RemoveResourceOp< M >

Given a resource manager type M, calls remove() with the given name on the singleton instance of M.

Constructor & Destructor Documentation

◆ RemoveResourceOp()

RemoveResourceOp ( const std::string &  name)
inline

Member Function Documentation

◆ op()

virtual void op ( )
inlinevirtual

Before each render operation, this method is called for every ResourceOp object the renderer stores, the object is deleted.

Reimplemented from ResourceOp.

Member Data Documentation

◆ name

std::string name

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