ARB
|
#include <cstdio>
#include <arbtools.h>
Go to the source code of this file.
Classes | |
class | list_elem< Type > |
class | List< Type > |
Macros | |
#define | RELATION_GREATER 1 |
#define | RELATION_LESS 2 |
Typedefs | |
typedef unsigned long | positiontype |
#define RELATION_GREATER 1 |
Definition at line 44 of file SoTl.hxx.
Referenced by List< Type >::insert_sorted_by_address_of_object(), List< Type >::sort_list_join(), and List< Type >::sort_list_subtract().
#define RELATION_LESS 2 |
Definition at line 45 of file SoTl.hxx.
Referenced by List< Type >::sort_list_join(), and List< Type >::sort_list_subtract().
typedef unsigned long positiontype |