#include <string>
#include "YACSlibEngineExport.hxx"
#include "RefCounter.hxx"
#include "Exception.hxx"
#include "AlternateThread.hxx"
#include "Pool.hxx"
#include "TypeCode.hxx"
Go to the source code of this file.
Classes | |
class | YACS::ENGINE::OptimizerAlgBase |
Base class factorizing common methods for all algorithms interfaces. More... | |
class | YACS::ENGINE::OptimizerAlgASync |
Base class to implement in external dynamic lib in case of optimizer non event oriented. More... | |
Namespaces | |
namespace | YACS |
namespace | YACS::ENGINE |
Typedefs | |
typedef OptimizerAlgBase | YACS::ENGINE::OptimizerAlgSync |
typedef OptimizerAlgBase *(* | YACS::ENGINE::OptimizerAlgBaseFactory )(Pool *pool) |