ARB
|
Go to the source code of this file.
Functions | |
tm * | get_current_time () |
const char * | ARB_date_string () |
const char * | ARB_dateTime_suffix () |
const char * | ARB_keep_string (char *str) |
|
inline |
Definition at line 18 of file arb_string.cxx.
References NULp.
Referenced by ARB_date_string(), and ARB_dateTime_suffix().
const char* ARB_date_string | ( | void | ) |
Definition at line 35 of file arb_string.cxx.
References arb_assert, get_current_time(), NULp, arb_test::readable(), and RUNNING_TEST.
Referenced by export_format_single(), GBT_create_alignment(), and TREE_write_XML().
const char* ARB_dateTime_suffix | ( | void | ) |
returns "YYYYMMDD_HHMMSS"
Definition at line 54 of file arb_string.cxx.
References arb_assert, buffer, and get_current_time().
Referenced by nt_create_config_after_import().
keep an allocated string until program termination useful to avoid valgrind reporting leaks e.g for callback parameters
Definition at line 72 of file arb_string.cxx.
References Keeper< T >::keep().
Referenced by QUERY::create_query_box(), and popup_new_main_window().