The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | List of all members
ai::config_value_translator< std::vector< std::string > > Class Template Reference

#include <value_translator.hpp>

Static Public Member Functions

static std::vector< std::stringcfg_to_value (const config &cfg)
 
static void cfg_to_value (const config &cfg, std::vector< std::string > &value)
 
static void value_to_cfg (const std::vector< std::string > &value, config &cfg)
 
static config value_to_cfg (const std::vector< std::string > &value)
 

Detailed Description

template<>
class ai::config_value_translator< std::vector< std::string > >

Definition at line 91 of file value_translator.hpp.

Member Function Documentation

static std::vector<std::string> ai::config_value_translator< std::vector< std::string > >::cfg_to_value ( const config cfg)
inlinestatic

Definition at line 94 of file value_translator.hpp.

References utils::split().

static void ai::config_value_translator< std::vector< std::string > >::cfg_to_value ( const config cfg,
std::vector< std::string > &  value 
)
inlinestatic
static void ai::config_value_translator< std::vector< std::string > >::value_to_cfg ( const std::vector< std::string > &  value,
config cfg 
)
inlinestatic

Definition at line 104 of file value_translator.hpp.

References utils::join().

static config ai::config_value_translator< std::vector< std::string > >::value_to_cfg ( const std::vector< std::string > &  value)
inlinestatic

The documentation for this class was generated from the following file: