casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Enumerations | Functions
List.h File Reference

Go to the source code of this file.

Classes

class  casa::ListNotice< t >
 Linked list update notice. More...
class  casa::List< t >
 Doubly linked list. More...
class  casa::ConstListIter< t >
 Doubly linked constant list iterator. More...
class  casa::ListIter< t >
 Doubly linked non-constant list iterator The List class above only provides for the list framework. More...

Namespaces

namespace  casa
 this file contains all the compiler specific defines

Enumerations

enum  { casa::ConstListIterVersion }
 enum outside class because of compiler errors on HPUX More...

Functions

void casa::throw_list_end_error ()
 The function which throws an exception for advancing the internal cursor past the end of a list.
void casa::throw_list_init_error ()
void casa::throw_list_start_error ()
void casa::throw_list_swapright_same_error ()