Changeset 4200 for trunk/yat/utility/OptionOutFile.h
- Timestamp:
- Aug 19, 2022, 9:01:47 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/OptionOutFile.h
r3330 r4200 46 46 public: 47 47 /** 48 \brief Constructor 49 48 \brief Constructor 49 50 50 \param cmd Commandline Option is associated with 51 51 \param name string such as "file" for --file, "f" for -f or … … 55 55 exception is thrown in validation 56 56 */ 57 OptionOutFile(CommandLine& cmd, std::string name, std::string desc, 58 bool required=false) YAT_DEPRECATE_GCC_PRE4_3; 57 OptionOutFile(CommandLine& cmd, std::string name, std::string desc, 58 bool required=false) YAT_DEPRECATE_GCC_PRE4_3; 59 59 60 60 /** … … 71 71 private: 72 72 std::ofstream* os_; 73 73 74 74 } YAT_DEPRECATE; 75 75
Note: See TracChangeset
for help on using the changeset viewer.