mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 16:30:05 +00:00 
			
		
		
		
	Starting to parse alphanumeric data from storm tracking information
This commit is contained in:
		
							parent
							
								
									2cd76d7da4
								
							
						
					
					
						commit
						0415223571
					
				
					 4 changed files with 156 additions and 1 deletions
				
			
		|  | @ -54,7 +54,7 @@ TabularAlphanumericBlock::TabularAlphanumericBlock() : | |||
| TabularAlphanumericBlock::~TabularAlphanumericBlock() = default; | ||||
| 
 | ||||
| TabularAlphanumericBlock::TabularAlphanumericBlock( | ||||
|    TabularAlphanumericBlock&&) noexcept                     = default; | ||||
|    TabularAlphanumericBlock&&) noexcept = default; | ||||
| TabularAlphanumericBlock& TabularAlphanumericBlock::operator=( | ||||
|    TabularAlphanumericBlock&&) noexcept = default; | ||||
| 
 | ||||
|  | @ -68,6 +68,12 @@ size_t TabularAlphanumericBlock::data_size() const | |||
|    return p->lengthOfBlock_; | ||||
| } | ||||
| 
 | ||||
| const std::vector<std::vector<std::string>>& | ||||
| TabularAlphanumericBlock::page_list() const | ||||
| { | ||||
|    return p->pageList_; | ||||
| } | ||||
| 
 | ||||
| bool TabularAlphanumericBlock::Parse(std::istream& is) | ||||
| { | ||||
|    return Parse(is, false); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat