Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos::map Class Reference

This class creates a basic std::map object for platforms where the std::map is deficient, otherwise the std::map is injected into the Teuchos namespace. More...

#include <Teuchos_map.hpp>

Detailed Description

This class creates a basic std::map object for platforms where the std::map is deficient, otherwise the std::map is injected into the Teuchos namespace.

Note
  1. The std::map is an integral part of Teuchos::ParameterList and Teuchos::CommandLineProcessor.
  2. Currently the basic std::map class is only used on ASCI Red (Janus).

The documentation for this class was generated from the following file: