HoverRace  2.0
Functions
HoverRace::Util::DllObjectFactory Namespace Reference

Functions

MR_DllDeclare void Clean () noexcept
 Must be called at the end of the program. More...
 
MR_DllDeclare std::shared_ptr< ObjectFromFactoryCreateObject (const ObjectFromFactoryId &pId)
 Fast Object Creation function. More...
 
MR_DllDeclare void Init () noexcept
 Must be called at the beginning of the program. More...
 

Function Documentation

void HoverRace::Util::DllObjectFactory::Clean ( )
noexcept

Must be called at the end of the program.

std::shared_ptr< ObjectFromFactory > HoverRace::Util::DllObjectFactory::CreateObject ( const ObjectFromFactoryId pId)

Fast Object Creation function.

void HoverRace::Util::DllObjectFactory::Init ( )
noexcept

Must be called at the beginning of the program.