Public Member Functions | |
| option_item * | get_child (const char *long_name) |
| double | get_double (int num=0) const |
| float | get_float (int num=0) const |
| int | get_int (int num=0) const |
| long | get_long (int num=0) const |
| long double | get_long_double (int num=0) const |
| option_item * | get_next (const char *long_name) |
| option_item * | get_next (void) |
| option_item * | get_next_child (option_item *child) |
| option_item * | get_next_child (const char *long_name, option_item *child) |
| char * | get_string (int num=0) const |
| void | print (void) const |
| option_item* smtk::option_item::get_child | ( | const char * | long_name | ) | [inline] |
get an option_item
| long_name | is the long name of the option item that you are checking |
| double option_item::get_double | ( | int | num = 0 |
) | const |
get a double
| num | argument number starting at 0. |
| float option_item::get_float | ( | int | num = 0 |
) | const |
get a float
| num | argument number starting at 0. |
| int option_item::get_int | ( | int | num = 0 |
) | const |
get an int
| num | argument number starting at 0. |
| long option_item::get_long | ( | int | num = 0 |
) | const |
get an long
| num | argument number starting at 0. |
| long double option_item::get_long_double | ( | int | num = 0 |
) | const |
get a long double
| num | argument number starting at 0. |
| option_item* smtk::option_item::get_next | ( | const char * | long_name | ) | [inline] |
get the next option_item
| long_name | is the long name of the option item that you are checking |
| option_item* smtk::option_item::get_next | ( | void | ) | [inline] |
| option_item* smtk::option_item::get_next_child | ( | option_item * | child | ) | [inline] |
get the next option_item
| child | is the option_item before |
| option_item* smtk::option_item::get_next_child | ( | const char * | long_name, | |
| option_item * | child | |||
| ) | [inline] |
get the next child option_item
| long_name | is the long name of the option item that you are checking | |
| child | is the child before |
| char* smtk::option_item::get_string | ( | int | num = 0 |
) | const [inline] |
| void smtk::option_item::print | ( | void | ) | const [inline] |
print the option arguments that generated this option_item
1.5.2