cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GroupCommandManager Class Reference

#include <CCGroupCommand.h>

Inheritance diagram for GroupCommandManager:
Ref

Public Member Functions

int getGroupID ()
 
void releaseGroupID (int groupID)
 
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
Refautorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()
 NA NA More...
 

Protected Member Functions

 GroupCommandManager ()
 
 ~GroupCommandManager ()
 
bool init ()
 
- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 

Protected Attributes

std::unordered_map< int, bool > _groupMapping
 
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 

Friends

class Renderer
 

Constructor & Destructor Documentation

GroupCommandManager ( )
protected
~GroupCommandManager ( )
protected

Member Function Documentation

int getGroupID ( )
bool init ( )
protected
void releaseGroupID ( int  groupID)

Friends And Related Function Documentation

friend class Renderer
friend

Member Data Documentation

std::unordered_map<int, bool> _groupMapping
protected

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