| 4753 | public: |
| 4754 | |
| 4755 | CommandLine() |
| 4756 | : m_boundProcessName( new Detail::NullBinder<ConfigT>() ), |
| 4757 | m_highestSpecifiedArgPosition( 0 ), |
| 4758 | m_throwOnUnrecognisedTokens( false ) |
| 4759 | {} |
| 4760 | CommandLine( CommandLine const& other ) |
| 4761 | : m_boundProcessName( other.m_boundProcessName ), |
| 4762 | m_options ( other.m_options ), |