#include <env_value.h>
Public Types | |
| typedef std::vector< std::string >::const_iterator | const_iterator |
Public Member Functions | |
| env_value (const std::string &sKey="") | |
| const_iterator | end () |
| const_iterator | begin () |
| int | num_vals () |
| std::string | operator[] (int index) |
| std::string | key () |
Private Member Functions | |
| void | add_value (const std::string &value) |
Private Attributes | |
| std::vector< std::string > | vals_ |
| std::string | key_ |
Friends | |
| class | request_env |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2