PhyStar  v0.0.0 thu24
ActorFactory.hpp File Reference
#include "Actor.hpp"
#include "OrientationActor.hpp"
Include dependency graph for ActorFactory.hpp:

Namespaces

 smart
 

Functions

static std::shared_ptr< Actor > smart::_ActorSelector (std::string actorName)
 select actor according to its name More...
 
static std::vector< std::shared_ptr< Actor > > smart::ActorFactory (toml::table &config)
 create a shared_ptr of a actor More...