class STR_CURSOR < $TEXT_CURSOR{CHAR,STR}
****

__This_class_models_a_pointer_referring_to_the_successive_elements_of
___a_list/string.___It_provides_a_convenient_mechanism_to_convert_string
___representations_of_other_objects_into_objects_of_the_appropriate_classes.
___If_the_expected_objext_representation_was_not_found_then_the_cursor_error
___state_is_set_appropriately.


Flattened version is here

Ancestors
$TEXT_CURSOR{_,_} $CURSOR{_,_}



Public


Readable Attributes

Features
bool : BOOL
card : CARD
current_loc_str(cursor_char : CHAR) : STR
field : FIELD
flt : FLT
fltd : FLTD
get_hex : CARD
get_octal : CARD
hex : CARD
int : INT
octal : CARD
reset_line(val : CARD)
split(ch : CHAR) : FLIST{STR}


Private


The Sather Home Page