|
netxsimdg
|
#include <boost/program_options.hpp>#include <map>#include <string>
Go to the source code of this file.
Classes | |
| class | EnumWrap::EnumWrapper< E > |
Functions | |
| template<typename E > | |
| std::istream & | EnumWrap::operator>> (std::istream &is, EnumWrapper< E > &e) |
| A templated input operator that uses the defined map to set the value of the wrapped enum. | |
Definition in file EnumWrapper.hpp.
| std::istream & EnumWrap::operator>> | ( | std::istream & | is, |
| EnumWrapper< E > & | e ) |
A templated input operator that uses the defined map to set the value of the wrapped enum.
Definition at line 101 of file EnumWrapper.hpp.