implementing the fetch of name ids in shared memory
This commit is contained in:
		
							parent
							
								
									f59cb6417f
								
							
						
					
					
						commit
						ca3464512d
					
				| @ -302,7 +302,9 @@ public: | |||||||
| 
 | 
 | ||||||
|     unsigned GetCheckSum() const { return m_check_sum; } |     unsigned GetCheckSum() const { return m_check_sum; } | ||||||
| 
 | 
 | ||||||
|     unsigned GetNameIndexFromEdgeID(const unsigned id) const { return 0; }; |     unsigned GetNameIndexFromEdgeID(const unsigned id) const { | ||||||
|  |         return m_name_ID_list.at(id); | ||||||
|  |     }; | ||||||
| 
 | 
 | ||||||
|     void GetName( const unsigned name_id, std::string & result ) const { |     void GetName( const unsigned name_id, std::string & result ) const { | ||||||
|         if(UINT_MAX == name_id) { |         if(UINT_MAX == name_id) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user