hpx/program_options/environment_iterator.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace program_options
class environment_iterator : public hpx::program_options::eof_iterator<environment_iterator, std::pair<std::string, std::string>>

Public Functions

environment_iterator(char **environment)
environment_iterator()
void get()

Private Members

char **m_environment