Eidolon
Public Member Functions | Public Attributes | List of all members
CommitOp< T > Class Template Reference

The op() method calls the method commit() with the given object `obj' as the receiver. More...

#include <OgreRenderTypes.h>

Inheritance diagram for CommitOp< T >:
Inheritance graph
Collaboration diagram for CommitOp< T >:
Collaboration graph

Public Member Functions

 CommitOp (T *obj)
 
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

T * obj
 
- 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 T>
class OgreRenderTypes::CommitOp< T >

The op() method calls the method commit() with the given object `obj' as the receiver.

Constructor & Destructor Documentation

◆ CommitOp()

CommitOp ( T *  obj)
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

◆ obj

T* obj

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