cmdlineargs.cxx (85c309d6) | cmdlineargs.cxx (509df7cb) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 95 unchanged lines hidden (view full) --- 104CommandLineArgs::Supplier::Exception::~Exception() {} 105 106CommandLineArgs::Supplier::Exception & 107CommandLineArgs::Supplier::Exception::operator =(Exception const &) 108{ return *this; } 109 110CommandLineArgs::Supplier::~Supplier() {} 111 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 95 unchanged lines hidden (view full) --- 104CommandLineArgs::Supplier::Exception::~Exception() {} 105 106CommandLineArgs::Supplier::Exception & 107CommandLineArgs::Supplier::Exception::operator =(Exception const &) 108{ return *this; } 109 110CommandLineArgs::Supplier::~Supplier() {} 111 |
112// intialize class with command line parameters from process environment | 112// initialize class with command line parameters from process environment |
113CommandLineArgs::CommandLineArgs() 114{ 115 ResetParamValues(); 116 ExtCommandLineSupplier s; 117 ParseCommandLine_Impl( s ); 118} 119 120CommandLineArgs::CommandLineArgs( Supplier& supplier ) --- 827 unchanged lines hidden --- | 113CommandLineArgs::CommandLineArgs() 114{ 115 ResetParamValues(); 116 ExtCommandLineSupplier s; 117 ParseCommandLine_Impl( s ); 118} 119 120CommandLineArgs::CommandLineArgs( Supplier& supplier ) --- 827 unchanged lines hidden --- |