Panda3D
Public Attributes | List of all members
ExtensionBase< T > Class Template Reference

This is where all extensions should derive from. More...

#include "extension.h"

Inheritance diagram for ExtensionBase< T >:
Extension< T >

Public Attributes

T * _this
 

Detailed Description

template<class T>
class ExtensionBase< T >

This is where all extensions should derive from.

It defines the _self and _this members that can be used from the extension method.

Definition at line 24 of file extension.h.


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