#include <environment_iterator.hpp>
|
std::pair< std::string,
std::string > & | value () |
| Returns the reference which should be used by derived class to store the next value. More...
|
|
void | found_eof () |
| Should be called by derived class to indicate that it can't produce next element. More...
|
|
boost::environment_iterator::environment_iterator |
( |
char ** |
environment | ) |
|
|
inline |
boost::environment_iterator::environment_iterator |
( |
| ) |
|
|
inline |
void boost::environment_iterator::get |
( |
| ) |
|
|
inline |
Returns the reference which should be used by derived class to store the next value.
Referenced by get().
The documentation for this class was generated from the following file: