Generic String Table.  
More...
Go to the source code of this file.
◆ apt_str_table_item_t
String table item declaration 
 
 
◆ apt_string_table_id_find()
Find the id associated with a given string. 
- Parameters
 - 
  
    | table | the table to search for the id  | 
    | size | the size of the table  | 
    | value | the string to search for  | 
  
   
- Returns
 - the id associated with the string, or invalid id if string cannot be matched 
 
 
 
◆ apt_string_table_str_get()
Get the string by a given id. 
- Parameters
 - 
  
    | table | the table to get string from  | 
    | size | the size of the table  | 
    | id | the id to get string by  | 
  
   
- Returns
 - the string associated with the id, or NULL if the id is invalid