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

#include <ObjectFactory.h>

Classes

struct  TInfo
 

Public Types

typedef cocos2d::Ref *(* Instance )(void)
typedef std::function
< cocos2d::Ref *(void)> 
InstanceFunc
typedef std::unordered_map
< std::string, TInfo
FactoryMap

Public Member Functions

cocos2d::RefcreateObject (const std::string &name)
void registerType (const TInfo &t)
var registerType ( var t)
local registerType ( local t)
void removeAll ()

Static Public Member Functions

static ObjectFactorygetInstance ()
local getInstance ()
static void destroyInstance ()
var destroyInstance ()
local destroyInstance ()

Protected Member Functions

 ObjectFactory (void)
 ObjectFactory ()
virtual ~ObjectFactory (void)
local ~ObjectFactory ()

Member Typedef Documentation

typedef std::unordered_map
<std::string, TInfo>
FactoryMap
local FactoryMap
typedef cocos2d::Ref*(*
Instance)(void)
typedef cocos2d::Ref*(*
Instance)(void)
typedef cocos2d::Ref*(*
Instance)(void)
typedef std::function
<cocos2d::Ref* (void)>
InstanceFunc
local InstanceFunc

Constructor & Destructor Documentation

ObjectFactory ( void  )
protected
var ObjectFactory (   )
protected
local ObjectFactory (   )
protected
virtual ~ObjectFactory ( void  )
protectedvirtual
var ~ObjectFactory (   )
protectedvirtual
local ~ObjectFactory (   )
protectedvirtual

Member Function Documentation

cocos2d::Ref* createObject ( const std::string &  name)
var createObject ( var  name)
local createObject ( local  name)
static void destroyInstance ( )
static
var destroyInstance ( )
static
local destroyInstance ( )
static
static ObjectFactory* getInstance ( )
static
var getInstance ( )
static
local getInstance ( )
static
void registerType ( const TInfo t)
var registerType ( var  t)
local registerType ( local  t)
void removeAll ( )
var removeAll ( )
local removeAll ( )

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