Nemiver  0.3
Static Public Member Functions | List of all members
nemiver::common::ConfManager Class Reference

#include <nmv-conf-manager.h>

Static Public Member Functions

static Configparse_config_file (const UString &a_path)
 
static Configparse_user_config_file (bool a_create_if_not_exist=true)
 
static bool user_config_dir_exists ()
 
static const std::string & get_user_config_dir_path ()
 
static void create_default_config_file (const UString a_path)
 
static void create_default_config_file (std::ostream &a_ostream)
 
static void init ()
 
static Configget_config ()
 

Member Function Documentation

◆ create_default_config_file() [1/2]

static void nemiver::common::ConfManager::create_default_config_file ( const UString  a_path)
static

◆ create_default_config_file() [2/2]

static void nemiver::common::ConfManager::create_default_config_file ( std::ostream &  a_ostream)
static

◆ get_config()

static Config& nemiver::common::ConfManager::get_config ( )
static

◆ get_user_config_dir_path()

static const std::string& nemiver::common::ConfManager::get_user_config_dir_path ( )
static

◆ init()

static void nemiver::common::ConfManager::init ( )
static

◆ parse_config_file()

static Config& nemiver::common::ConfManager::parse_config_file ( const UString a_path)
static

◆ parse_user_config_file()

static Config& nemiver::common::ConfManager::parse_user_config_file ( bool  a_create_if_not_exist = true)
static

◆ user_config_dir_exists()

static bool nemiver::common::ConfManager::user_config_dir_exists ( )
static

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