Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_Array.hpp File Reference

Templated array class derived from the STL std::vector. More...

#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_TypeNameTraits.hpp"
#include "Teuchos_ArrayRCP.hpp"
#include "Teuchos_Tuple.hpp"
#include "Teuchos_Utils.hpp"

Go to the source code of this file.

Classes

class  Teuchos::InvalidArrayStringRepresentation
 
class  Teuchos::Array< T >
 Replacement for std::vector that is compatible with the Teuchos Memory Management classes. More...
 
class  Teuchos::Array< T >
 Replacement for std::vector that is compatible with the Teuchos Memory Management classes. More...
 
class  Teuchos::TypeNameTraits< Array< T > >
 TypeNameTraits specialization for Array. More...
 

Namespaces

 Teuchos
 The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
 

Detailed Description

Templated array class derived from the STL std::vector.

Definition in file Teuchos_Array.hpp.