\brief Set the tempfile control flags for this runtime. \param flags The flags to set. The default value is all flags set, i.e. (1U << static_cast (kALLOW_IN_MEMORY_FILES)) | (1U << static_cast (kALLOW_TEMPORARY_FILES)) \see TempfileControlFlag, TempfileControlFlags, getTempfileControlFlags()
| 879 | //! \see TempfileControlFlag, TempfileControlFlags, getTempfileControlFlags() |
| 880 | //! |
| 881 | void setTempfileControlFlags(TempfileControlFlags flags) noexcept |
| 882 | { |
| 883 | return mImpl->setTempfileControlFlags(flags); |
| 884 | } |
| 885 | |
| 886 | //! |
| 887 | //! \brief Get the tempfile control flags for this runtime. |