| 4357 | public: |
| 4358 | |
| 4359 | CommandLine() |
| 4360 | : m_boundProcessName( new Detail::NullBinder<ConfigT>() ), |
| 4361 | m_highestSpecifiedArgPosition( 0 ), |
| 4362 | m_throwOnUnrecognisedTokens( false ) |
| 4363 | {} |
| 4364 | CommandLine( CommandLine const& other ) |
| 4365 | : m_boundProcessName( other.m_boundProcessName ), |
| 4366 | m_options ( other.m_options ), |