43 #define _XOPEN_SOURCE 500 61 #include "util_funcs.h" 67 DECLARE_PRINT_FUNCS(elem_sor);
75 std::string& get_cls_name(){
76 return elem_sor::CL_NAME;
83 elem_sor(std::string
id =
"??"){
90 void init_elem_sor(std::string
id =
"??"){
92 es_srt_bdr.so_me =
this;
99 std::ostream& print_elem_sor(std::ostream& os,
bool from_pt =
false){
101 for(
long aa = 0; aa < es_ids.size(); aa++){
102 sort_id_t
id = es_ids[aa];
131 DEFINE_PRINT_FUNCS(elem_sor);
133 #endif // TEST_SORTOR_H Class that is an item to be stabilized.
Definition: sortor.h:152