STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::option Member List

This is the complete list of members for stapl::option, including all inherited members.

count(key_type const &key) const noexcept (defined in stapl::option)stapl::option
count(const char *key) const noexcept (defined in stapl::option)stapl::option
get(key_type const &key, const char *default_value) conststapl::option
get(key_type const &key, T const &default_value) conststapl::option
get_argc(void) const noexcept (defined in stapl::option)stapl::option
get_argv(void) const noexcept (defined in stapl::option)stapl::option
has_argv(void) const noexcept (defined in stapl::option)stapl::option
key_type typedef (defined in stapl::option)stapl::option
merge(option const &other)stapl::option
operator &(option const &x, option y)stapl::optionfriend
option(void) (defined in stapl::option)stapl::option
option(int &argc, char **&argv)stapl::option
option(key_type const &key, const char *s)stapl::option
option(key_type const &key, T &&t)stapl::option
size_type typedef (defined in stapl::option)stapl::option
try_get(key_type const &key, T &t) conststapl::option
try_get_noenv(key_type const &key, T &t) conststapl::option