|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./toolbox/io File key_value_parser__define.pro
This class tries to make working with an array of key value pairs easier
| Routine Summary 4 routines |
procedure key_value_parser__define | |
This class tries to make working with key -value pairs easier |
procedure KEY_VALUE_PARSER::create_key_value_strct | |
Creates key-value structure based off the key-value string array |
procedure KEY_VALUE_PARSER::list | |
Prints the contents of the key-value structure |
function KEY_VALUE_PARSER::get_key_value(keyword) | |
Given the key, returns the value |
| Routine Details |
key_value_parser__define |
procedure key_value_parser__define |
This class tries to make working with key -value pairs easier
KEY_VALUE_PARSER::create_key_value_strct |
procedure KEY_VALUE_PARSER::create_key_value_strct |
Creates key-value structure based off the key-value string array
KEY_VALUE_PARSER::list |
procedure KEY_VALUE_PARSER::list |
Prints the contents of the key-value structure
KEY_VALUE_PARSER::get_key_value |
function KEY_VALUE_PARSER::get_key_value(keyword) |
Given the key, returns the value
| Parameters | |
|
keyword |
. |