Go to the source code of this file.
Classes | |
class | casacore::ListNotice< t > |
Linked list update notice. More... | |
class | casacore::List< t > |
Doubly linked list. More... | |
class | casacore::ConstListIter< t > |
Doubly linked constant list iterator. More... | |
class | casacore::ListIter< t > |
Doubly linked non-constant list iterator The List class above only provides for the list framework. More... | |
Namespaces | |
namespace | casacore |
this file contains all the compiler specific defines | |
Enumerations | |
enum | { casacore::ConstListIterVersion } |
enum outside class because of compiler errors on HPUX More... | |
Functions | |
void | casacore::throw_list_end_error () |
The function which throws an exception for advancing the internal cursor past the end of a list. | |
void | casacore::throw_list_init_error () |
void | casacore::throw_list_start_error () |
void | casacore::throw_list_swapright_same_error () |