Produced by IDL 6.1
User Documentation

./toolbox/io
File key_value_parser__define.pro

Last modification date:
Wed Dec 8 11:57:39 2004

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

Returns
string value, -1 if key not found

Parameters
keyword
.


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:21 2004