yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
service_factory.h File Reference
#include <memory>
#include <string>
#include "absl/status/statusor.h"
#include "cli/service/ai/ai_service.h"
Include dependency graph for service_factory.h:

Go to the source code of this file.

Classes

struct  yaze::cli::AIServiceConfig
 

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 

Functions

std::unique_ptr< AIServiceyaze::cli::CreateAIService ()
 
std::unique_ptr< AIServiceyaze::cli::CreateAIService (const AIServiceConfig &config)
 
absl::StatusOr< std::unique_ptr< AIService > > yaze::cli::CreateAIServiceStrict (const AIServiceConfig &config)