An error location is actually an error area. You can define the start here
and add the end using upto().
To set both at the same time, start and end, use this.
| int | | err_style_colon_format_area | (err_markup_t * markup, err_formatted_stream_t * stream, err_v_char_t *, int tag, int orig_tag, err_area_t const *) |
| int | | err_style_plain_format_address_range | (err_markup_t *, err_formatted_stream_t *, err_v_char_t *, int tag, int orig_tag, err_area_t const *) |
| int | | err_style_plain_format_area | (err_markup_t *, err_formatted_stream_t *, err_v_char_t *, int tag, int orig_tag, err_area_t const *) |
| int | | err_style_quotes_format_area | (err_markup_t * markup, err_formatted_stream_t * stream, err_v_char_t *, int tag, int orig_tag, err_area_t const *) |
| | err_area_t:: | err_area_t | (err_position_t const &) |
| | err_area_t:: | err_area_t | (err_address_t) |
| | err_area_t:: | err_area_t | (err_ext_address_t const &) |
| | err_area_t:: | err_area_t | (err_ext_address_t const *) |
| | err_area_t:: | err_area_t | (char const * = NULL, int, int) |
| | err_area_t:: | err_area_t | (err_position_t const &, err_position_t const &) |
| | err_area_t:: | err_area_t | (err_area_t const &) |
| | err_location_t:: | err_location_t | (err_area_t const &) |
| | err_location_t:: | err_location_t | (err_area_t const &, err_area_t const &) |
| | err_location_t:: | operator err_area_t const & | () const |
| | err_position_t:: | operator err_area_t const * | () const |
| | err_area_t:: | operator err_area_t const * | () const |
| | err_location_t:: | operator err_area_t const * | () const |
| void | err_position_t:: | operator= | (err_area_t const &) |
| void | err_area_t:: | operator= | (err_area_t const &) |
| void | err_location_t:: | operator= | (err_area_t const &) |
| err_area_t & | err_location_t:: | free_upto | () |
| err_area_t | err_location_t:: | here |
| err_area_t | err_location_t:: | orig |
| err_area_t & | err_area_t:: | upto | (char const * a = NULL, int b, int c) |
| err_area_t & | err_area_t:: | upto | (err_address_t a) |