Functions | |
| cpl_error_code | sinfo_print_cpl_propertylist (const cpl_propertylist *pl, long low, long high) |
| Print a property list. | |
| cpl_error_code | sinfo_print_cpl_property (const cpl_property *prop) |
| Print a property. | |
| cpl_error_code | sinfo_print_cpl_frameset (const cpl_frameset *frames) |
| Print a frame set. | |
| cpl_error_code | sinfo_print_cpl_frame (const cpl_frame *f) |
| Print a frame. | |
| const char * | sinfo_tostring_cpl_frame_type (cpl_frame_type ft) |
| Convert a frame type to a string. | |
| const char * | sinfo_tostring_cpl_frame_group (cpl_frame_group fg) |
| Convert a frame group to a string. | |
| const char * | sinfo_tostring_cpl_frame_level (cpl_frame_level fl) |
| Convert a frame level to a string. | |
| const char * | sinfo_tostring_cpl_type (cpl_type t) |
| Convert a CPL type to a string. | |
|
|
Print a frame.
Definition at line 246 of file sinfo_dump.c. References sinfo_msg, sinfo_msg_debug, sinfo_tostring_cpl_frame_group(), sinfo_tostring_cpl_frame_level(), and sinfo_tostring_cpl_frame_type(). Referenced by sinfo_print_cpl_frameset(). |
|
|
Print a frame set.
Definition at line 202 of file sinfo_dump.c. References check, sinfo_msg, and sinfo_print_cpl_frame(). |
|
|
Print a property.
Definition at line 123 of file sinfo_dump.c. References check, and sinfo_msg. Referenced by sinfo_print_cpl_propertylist(). |
|
||||||||||||||||
|
Print a property list.
Definition at line 84 of file sinfo_dump.c. References assure, check, sinfo_msg, and sinfo_print_cpl_property(). |
|
|
Convert a frame group to a string.
Definition at line 299 of file sinfo_dump.c. Referenced by sinfo_print_cpl_frame(). |
|
|
Convert a frame level to a string.
Definition at line 320 of file sinfo_dump.c. Referenced by sinfo_print_cpl_frame(). |
|
|
Convert a frame type to a string.
Definition at line 279 of file sinfo_dump.c. Referenced by sinfo_print_cpl_frame(). |
|
|
Convert a CPL type to a string.
Definition at line 342 of file sinfo_dump.c. Referenced by sinfo_select_table_rows(). |
1.4.4