#include <cio.h>
Public Member Functions | |
| input_history (size_t size) | |
| void | new_input (const std::string &s) |
| void | clear () |
| const std::string * | prev () |
| const std::string * | next () |
| void | go_end () |
| input_history::input_history | ( | size_t | size | ) |

| void input_history::new_input | ( | const std::string & | s | ) |

| void input_history::clear | ( | ) |

| const std::string * input_history::prev | ( | ) |

| const std::string * input_history::next | ( | ) |

| void input_history::go_end | ( | ) |

1.5.6