Rev 4332 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4332 | Rev 4743 | ||
---|---|---|---|
Line 65... | Line 65... | ||
65 | * @returns The node holding the integral value assigned to the key character string. |
65 | * @returns The node holding the integral value assigned to the key character string. |
66 | * @returns NULL if the key is not assigned a node. |
66 | * @returns NULL if the key is not assigned a node. |
67 | */ |
67 | */ |
68 | char_map_ref char_map_find_node( const char_map_ref map, const char * identifier, const size_t length ); |
68 | char_map_ref char_map_find_node( const char_map_ref map, const char * identifier, const size_t length ); |
69 | 69 | ||
- | 70 | /** Returns the value assigned to the map. |
|
- | 71 | * @param map The character string to integer map. Input parameter. |
|
- | 72 | * @returns The integral value assigned to the map. |
|
- | 73 | * @returns CHAR_MAP_NULL if the map is not assigned a value. |
|
- | 74 | */ |
|
- | 75 | int char_map_get_value( const char_map_ref map ); |
|
- | 76 | ||
70 | /** Checks if the map is valid. |
77 | /** Checks if the map is valid. |
71 | * @param map The character string to integer map. Input parameter. |
78 | * @param map The character string to integer map. Input parameter. |
72 | * @returns TRUE if the map is valid. |
79 | * @returns TRUE if the map is valid. |
73 | * @returns FALSE otherwise. |
80 | * @returns FALSE otherwise. |
74 | */ |
81 | */ |