, including all inherited members.
compare(const char *a, const char *b) | CubitUtil | [inline, static] |
convert_string_to_lowercase(char *string) | CubitUtil | [static] |
cubit_sleep(int duration_in_seconds) | CubitUtil | [static] |
CubitUtil() | CubitUtil | [inline, private] |
file_exist(const char *buffer) | CubitUtil | [static] |
file_exist(const CubitString &buffer) | CubitUtil | [static] |
fp | CubitUtil | [private, static] |
get_computer_name() | CubitUtil | [static] |
get_digits() | CubitUtil | [static] |
get_entity_ids_str(const char *pre_string, DLIList< int > &int_list, int width=80, const char *post_string="\n", int sort=CUBIT_TRUE, int unique=CUBIT_TRUE, int left_tab=3, const char *sep_string=",", const char *post_string_none="none\n") | CubitUtil | [static] |
get_file_ptr() | CubitUtil | [inline, static] |
get_os() | CubitUtil | [static] |
get_temporary_filename() | CubitUtil | [static] |
getenv(const CubitString &str) | CubitUtil | [static] |
int_len(int num) | CubitUtil | [static] |
list_entity_ids(const char *pre_string, const DLIList< CubitEntity * > &entity_list, int width=80, const char *post_string="\n", int sort=CUBIT_TRUE, int unique=CUBIT_TRUE, int tab=3, const char *sep_string=",", const char *post_string_none="none\n") | CubitUtil | [static] |
list_entity_ids(const char *pre_string, DLIList< int > &id_list, int width=80, const char *post_string="\n", int sort=CUBIT_TRUE, int unique=CUBIT_TRUE, int tab_len=3, const char *sep_string=",", const char *post_string_none="none\n") | CubitUtil | [static] |
list_ids(const char *const heading, const DLIList< CubitEntity * > &entity_list, int should_sort=CUBIT_FALSE, int report_once=CUBIT_FALSE, int wrap=80) | CubitUtil | [static] |
num_cpu() | CubitUtil | [static] |
opposite_sense(CubitSense sense) | CubitUtil | [inline, static] |
print_columns(const std::vector< CubitString > &array, const CubitString &indent=CubitString()) | CubitUtil | [static] |
process_entity_ids(int method, CubitString &ret_str, const char *pre_string, DLIList< int > &id_list, int max_len, const char *post_string, int sort, int unique, int tab_len, const char *sep_string, const char *post_string_none="none\n") | CubitUtil | [static] |
reset_file_ptr() | CubitUtil | [inline, static] |
set_digits(int new_digits) | CubitUtil | [static] |
set_file_ptr(FILE *file_ptr) | CubitUtil | [inline, static] |
setenv(const CubitString &var, const CubitString &value) | CubitUtil | [static] |
sort_and_print_ids(const char *const heading, DLIList< int > &id_list, int should_sort=CUBIT_FALSE, int report_once=CUBIT_FALSE, int wrap=80) | CubitUtil | [static] |
strcmp_case_insensitive(const char *s1, const char *s2) | CubitUtil | [static] |
string_length(const char *string, int tabsize=8) | CubitUtil | [static] |
strncmp_case_insensitive(const char *s1, const char *s2, int n) | CubitUtil | [static] |
util_strdup(const char *s1) | CubitUtil | [static] |
util_strdup_free(char *s1) | CubitUtil | [inline, static] |