Cavoke  1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
cavoke::server::model::GamesStorageConfig Struct Reference

Static Public Member Functions

static GamesStorageConfig load (const std::string &config_file)
 

Public Attributes

boost::filesystem::path games_directory
 
std::string logic_name
 
std::string zip_name
 
std::string config_name
 

Detailed Description

Definition at line 10 of file games_storage_config.h.

Member Function Documentation

◆ load()

GamesStorageConfig cavoke::server::model::GamesStorageConfig::load ( const std::string &  config_file)
static

Definition at line 7 of file games_storage_config.cpp.

Member Data Documentation

◆ config_name

std::string cavoke::server::model::GamesStorageConfig::config_name

Definition at line 14 of file games_storage_config.h.

◆ games_directory

boost::filesystem::path cavoke::server::model::GamesStorageConfig::games_directory

Definition at line 11 of file games_storage_config.h.

◆ logic_name

std::string cavoke::server::model::GamesStorageConfig::logic_name

Definition at line 12 of file games_storage_config.h.

◆ zip_name

std::string cavoke::server::model::GamesStorageConfig::zip_name

Definition at line 13 of file games_storage_config.h.


The documentation for this struct was generated from the following files: