arsa  2.7
Public Member Functions | Public Attributes | List of all members
irr::scene::quake3::SVarGroupList Struct Reference

holding a group a variable More...

#include <IQ3Shader.h>

Inheritance diagram for irr::scene::quake3::SVarGroupList:
irr::IReferenceCounted

Public Member Functions

 SVarGroupList ()
 
virtual ~SVarGroupList ()
 
- Public Member Functions inherited from irr::IReferenceCounted
 IReferenceCounted ()
 Constructor. More...
 
virtual ~IReferenceCounted ()
 Destructor. More...
 
void grab () const
 Grabs the object. Increments the reference counter by one. More...
 
bool drop () const
 Drops the object. Decrements the reference counter by one. More...
 
s32 getReferenceCount () const
 Get the reference count. More...
 
const c8getDebugName () const
 Returns the debug name of the object. More...
 

Public Attributes

core::array< SVarGroupVariableGroup
 

Additional Inherited Members

- Protected Member Functions inherited from irr::IReferenceCounted
void setDebugName (const c8 *newName)
 Sets the debug name of the object. More...
 

Detailed Description

holding a group a variable

Definition at line 623 of file IQ3Shader.h.

Constructor & Destructor Documentation

◆ SVarGroupList()

irr::scene::quake3::SVarGroupList::SVarGroupList ( )
inline

Definition at line 625 of file IQ3Shader.h.

626  {
627  VariableGroup.setAllocStrategy ( core::ALLOC_STRATEGY_SAFE );
628  }
core::array< SVarGroup > VariableGroup
Definition: IQ3Shader.h:631

◆ ~SVarGroupList()

virtual irr::scene::quake3::SVarGroupList::~SVarGroupList ( )
inlinevirtual

Definition at line 629 of file IQ3Shader.h.

629 {}

Member Data Documentation

◆ VariableGroup

core::array< SVarGroup > irr::scene::quake3::SVarGroupList::VariableGroup

Definition at line 631 of file IQ3Shader.h.


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