Top   Types   Functions   Classes   Index   Sources 
err_markup_t >>

struct err_style_t / err_style_t

Concrete Class


Members

void(*format)(err_formatted_stream_t * stream, err_v_char_t * target, int tag, int orig_tag, int orig_num, err_msg_info_t info, err_location_t const * loc, char const * progname, char const * hostname, int pid, char const * text)
char const *name
err_v_char_t *(*post_format)(err_formatted_stream_t *, int tag, int orig_tag, err_v_char_t const *)


Detailed Descriptions


char const * name

C++: char const * err_style_t::name
Declaration  ]


void (* format) (err_formatted_stream_t * stream, err_v_char_t * target, int tag, int orig_tag, int orig_num, err_msg_info_t info, err_location_t const * loc, char const * progname, char const * hostname, int pid, char const * text)

C++: void (* err_style_t::format) (err_formatted_stream_t * stream, err_v_char_t * target, int tag, int orig_tag, int orig_num, err_msg_info_t info, err_location_t const * loc, char const * progname, char const * hostname, int pid, char const * text)

streamstream to format for. may be NULL if no stream is available. Use this only for investigating the stream, but not to print into it!
targetdestination of printing
tagthe tag that resulted in this message (possibly C_TAG_MORE)
orig_tagnever == C_TAG_MORE. If tag == C_TAG_MORE, this will be the original tag that preceeded the C_TAG_MORE message.
orig_numthe original number, even if tag == C_TAG_MORE
infomore information about the message (e.g. time)
locwhere the error occurred
prognamemay be NULL
hostnamehostname (only valid for Unix, otherwise NULL)
pidonly valid for Unix, also invalid if progname == NULL
textthe text to be formatted

Declaration  ]


err_v_char_t * (* post_format) (err_formatted_stream_t *, int tag, int orig_tag, err_v_char_t const *)

C++: err_v_char_t * (* err_style_t::post_format) (err_formatted_stream_t *, int tag, int orig_tag, err_v_char_t const *)

May modify a given string just be before finalisation.

This may return NULL if the given string is not modified.

Declaration  ]


Occurrences of err_style_t

voiderr_add_callback(int tags, int priority, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback2_voidp_t, void *, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback2_int_t, int, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback2_t, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback0_voidp_t, void *, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback0_int_t, int, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback0_t, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback2_info_voidp_t, void *, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback2_info_int_t, int, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback2_info_t, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback0_info_voidp_t, void *, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback0_info_int_t, int, err_style_t const *)
voiderr_add_callback(int tags, int priority, err_callback0_info_t, err_style_t const *)
voiderr_add_callback0(int tags, int priority, err_callback0_t, err_style_t const *)
voiderr_add_callback0_info(int tags, int priority, err_callback0_info_t, err_style_t const *)
voiderr_add_callback0_info_int(int tags, int priority, err_callback0_info_int_t, int, err_style_t const *)
voiderr_add_callback0_info_voidp(int tags, int priority, err_callback0_info_voidp_t, void *, err_style_t const *)
voiderr_add_callback0_int(int tags, int priority, err_callback0_int_t, int, err_style_t const *)
voiderr_add_callback0_voidp(int tags, int priority, err_callback0_voidp_t, void *, err_style_t const *)
voiderr_add_callback2(int tags, int priority, err_callback2_t, err_style_t const *)
voiderr_add_callback2_info(int tags, int priority, err_callback2_info_t, err_style_t const *)
voiderr_add_callback2_info_int(int tags, int priority, err_callback2_info_int_t, int, err_style_t const *)
voiderr_add_callback2_info_voidp(int tags, int priority, err_callback2_info_voidp_t, void *, err_style_t const *)
voiderr_add_callback2_int(int tags, int priority, err_callback2_int_t, int, err_style_t const *)
voiderr_add_callback2_voidp(int tags, int priority, err_callback2_voidp_t, void *, err_style_t const *)
voiderr_add_stream(int tags, FILE * stream, err_style_t const * = NULL)
voiderr_set_subsystem_callback(int subsystem, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback2_voidp_t, void *, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback2_int_t, int, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback2_t, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback0_voidp_t, void *, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback0_int_t, int, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback0_t, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback2_info_voidp_t, void *, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback2_info_int_t, int, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback2_info_t, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback0_info_voidp_t, void *, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback0_info_int_t, int, err_style_t const *)
voiderr_set_subsystem_callback(int subsystem, err_callback0_info_t, err_style_t const *)
voiderr_set_subsystem_callback0(int subsystem, err_callback0_t, err_style_t const *)
voiderr_set_subsystem_callback0_int(int subsystem, err_callback0_int_t, err_style_t const *, int)
voiderr_set_subsystem_callback0_voidp(int subsystem, err_callback0_voidp_t, err_style_t const *, void *)
voiderr_set_subsystem_callback2(int subsystem, err_callback2_t, err_style_t const *)
voiderr_set_subsystem_callback2_int(int subsystem, err_callback2_int_t, err_style_t const *, int)
voiderr_set_subsystem_callback2_voidp(int subsystem, err_callback2_voidp_t, err_style_t const *, void *)
voiderr_stream_set_style(FILE * stream, err_style_t const * style)
err_style_t const *err_style_from_int(int)
err_style_t const *err_style_from_string(char const *)

Index

Stoppt die Vorratsdatenspeicherung
November 26th, 2007
Comments? Suggestions? Corrections? You can drop me a line.
zpentrabvagiktu@theiling.de
Schwerpunktpraxis