[various] Improve documentation
Output file must be preallocated.
This commit is contained in:
		
							
								
								
									
										14
									
								
								base/output_file_requirements.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								base/output_file_requirements.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| #ifndef BASE_OUTPUT_FILE_REQUIREMENTS_H | ||||
| #define BASE_OUTPUT_FILE_REQUIREMENTS_H | ||||
|  | ||||
| #include <string> | ||||
|  | ||||
| //---------------------------------------------------------------- | ||||
|  | ||||
| namespace base { | ||||
| 	void check_output_file_requirements(std::string const &path); | ||||
| } | ||||
|  | ||||
| //---------------------------------------------------------------- | ||||
|  | ||||
| #endif | ||||
		Reference in New Issue
	
	Block a user