casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
casa package (libcasa_casa)

The casa package contains the core modules. More...

The casa package contains the core modules.

It is important to note that most of the code has been developed before STL came into existence. Several classes (such as Map) in module Containers are superseded by their STL counterparts and are not used anymore in the Casacore code. However, for backward compatibility the classes still exist, but are not built unless a special Cmake option is given.

A few pre-STL classes still exist though. Regex and String are derived from their STL counterparts because they add functionality.