| 39 | const Object& object ) const = 0; |
| 40 | |
| 41 | [[nodiscard]] virtual bool is_saveable( const Object& /*unused*/ ) const |
| 42 | { |
| 43 | return true; |
| 44 | } |
| 45 | |
| 46 | protected: |
| 47 | explicit Output( std::string_view filename ) : IOFile( filename ) {} |
no outgoing calls
no test coverage detected