Typedefs | |
typedef Templates::Singleton < Templates::Factory< Avatar, std::string > > | FactoryAvatar |
Factory that creates instances of objects derived from the Avatar class. | |
typedef Templates::Singleton < Templates::Factory < Environment, std::string > > | FactoryEnvironment |
Factory that creates instances of objects derived from the Environment class. | |
typedef Templates::Singleton < Templates::Factory < PlayBoxGraphics, std::string > > | FactoryPlayBoxGraphics |
Factory that creates instances of objects derived from the PlayBoxGraphics class. | |
typedef Templates::Singleton < Templates::Factory < PlayBoxPhysics, std::string > > | FactoryPlayBoxPhysics |
Factory that creates instances of objects derived from the PlayBoxPhysics class. |
typedef Templates::Singleton< Templates::Factory< Avatar, std::string > > Factories::FactoryAvatar |
Factory that creates instances of objects derived from the Avatar class.
typedef Templates::Singleton< Templates::Factory< Environment, std::string > > Factories::FactoryEnvironment |
Factory that creates instances of objects derived from the Environment class.
typedef Templates::Singleton< Templates::Factory< PlayBoxGraphics, std::string > > Factories::FactoryPlayBoxGraphics |
Factory that creates instances of objects derived from the PlayBoxGraphics class.
typedef Templates::Singleton< Templates::Factory< PlayBoxPhysics, std::string > > Factories::FactoryPlayBoxPhysics |
Factory that creates instances of objects derived from the PlayBoxPhysics class.