mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 08:50:05 +00:00 
			
		
		
		
	Initial QFileInputStream implementation
This commit is contained in:
		
							parent
							
								
									08965aa7f3
								
							
						
					
					
						commit
						ad6eb61898
					
				
					 5 changed files with 218 additions and 5 deletions
				
			
		|  | @ -29,7 +29,7 @@ public: | |||
|    explicit QFileBuffer(); | ||||
| 
 | ||||
|    /**
 | ||||
|     * Constructs a new QFileBuffer object, then associated the object with a | ||||
|     * Constructs a new QFileBuffer object, then associates the object with a | ||||
|     * file by calling open(filename, mode). If the open call is successful, | ||||
|     * is_open() returns true. | ||||
|     */ | ||||
|  | @ -43,6 +43,13 @@ public: | |||
|    QFileBuffer(QFileBuffer&&) noexcept; | ||||
|    QFileBuffer& operator=(QFileBuffer&&) noexcept; | ||||
| 
 | ||||
|    /**
 | ||||
|     * @brief Swaps two QFileBuffer objects | ||||
|     * | ||||
|     * Exchanges the contents of the QFile buffer with those of the other. | ||||
|     */ | ||||
|    void swap(QFileBuffer& other); | ||||
| 
 | ||||
|    /**
 | ||||
|     * @brief Checks if the associated file is open | ||||
|     * | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat