struct manage_config

Declaration

struct manage_config { /* full declaration omitted */ };

Declared at: libs/pika/util/include/pika/util/manage_config.hpp:19

Member Variables

public pika::util::manage_config::map_type config_

Method Overview

  • public void add(const std::vector<std::string> & cfg)
  • public template <typename T>T get_value(const std::string & key, T dflt = type-parameter-0-0()) const
  • public manage_config(const std::vector<std::string> & cfg)

Methods

void add(const std::vector<std::string>& cfg)

Declared at: libs/pika/util/include/pika/util/manage_config.hpp:25

Parameters

const std::vector<std::string>& cfg

template <typename T>
T get_value(const std::string& key,
            T dflt = type - parameter - 0 -
                     0()) const

Declared at: libs/pika/util/include/pika/util/manage_config.hpp:28

Parameters

const std::string& key
T dflt = type-parameter-0-0()

manage_config(const std::vector<std::string>& cfg)

Description

////////////////////////////////////////////////////////////////////////

Declared at: libs/pika/util/include/pika/util/manage_config.hpp:23

Parameters

const std::vector<std::string>& cfg