| Teuchos::AbstractFactory< T > | Simple, universal "Abstract Factory" interface for the dynamic creation of objects |
| Teuchos::AbstractFactoryStd< T_itfc, T_impl, T_PostMod, T_Allocator > | Simple, templated concrete subclass of universal "Abstract Factory" interface for the creation of objects |
| Teuchos::AllocatorNew< T_impl > | Default allocation policy class for AbstractFactoryStd which returns new T_impl() |
| Teuchos::ANDValueReductionOp< Ordinal, Packet > | Standard logical AND operator for booleans |
| Teuchos::any | Modified boost::any class, which is a container for a templated value |
| Teuchos::Array< T > | Array is a templated array class derived from the STL vector, but with index boundschecking and an extended interface |
| Teuchos::ArrayArg< N, T > | Utility class that allows arrays to be passed into argument list |
| Teuchos::ArrayRefCountPtr< T > | Array reference-counted pointer class |
| Teuchos::bad_any_cast | Thrown if any_cast is attempted between two incompatable types |
| Teuchos::basic_FancyOStream< CharT, Traits > | Std::ostream subclass that performs the magic of indenting data sent to an std::ostream object among other things |
| Teuchos::basic_FancyOStream_buf< CharT, Traits > | Stream buffering class that performs the magic of indenting data sent to an std::ostream object |
| Teuchos::basic_oblackholestream< _CharT, _Traits > | basic_ostream<> subclass that does nothing but discard output |
| Teuchos::basic_OSTab< CharT, Traits > | Tabbing class for helping to create formated, indented output for a basic_FancyOStream object |
| Teuchos::BLAS< OrdinalType, ScalarType > | The Templated BLAS Wrapper Class |
| Teuchos::CharToReferenceTypeReductionOp< Ordinal, T > | Decorator class that uses a strategy object to convert to and from char[] to typed buffers for objects that use reference semantics and then call a type-specific reduction object |
| Teuchos::CharToValueTypeReductionOp< Ordinal, T > | Decorator class that uses traits to convert to and from char[] to typed buffers for objects that use value semantics and then call a type-specific reduction object |
| Teuchos::Comm< Ordinal > | Abstract interface class for a basic communication channel between one or more processes |
| Teuchos::CommandLineProcessor | Class that helps parse command line input arguments from (argc,argv[]) and set options |
| Teuchos::CommandLineProcessor::HelpPrinted | Thrown if --help was specified and throwExceptions==true |
| Teuchos::CommandLineProcessor::ParseError | Thrown if a parse exception occurs and throwExceptions==true |
| Teuchos::CommandLineProcessor::UnrecognizedOption | Thrown if an unrecognized option was found and throwExceptions==true |
| Teuchos::CompileTimeAssert< Test > | If instantiated (for Test!=0) then this should not compile! |
| Teuchos::CompileTimeAssert< 0 > | If instantiated (i.e. Test==0) then this will compile! |
| Teuchos::CompObject | Functionality and data that is common to all computational classes |
| Teuchos::CompoundEntryWithParentheses | An entry containing two subentries, with the second to be written in parentheses after the first. For example, The two subentries can be any type of data, each represented with a TableEntry derived type |
| Teuchos::ConstHandle< PointerType > | Templated handle class with strong const protection |
| Teuchos::ConstHandleable< Base > | Class ConstHandleable provides an abstract interface for polymorphic conversion from raw pointers to const smart pointers |
| Teuchos::ConstNonconstObjectContainer< ObjType > | Simple class for containing an object and protecting const with a runtime check which throws an exception |
| Teuchos::ConstReferenceTypeDeserializationBuffer< Ordinal, T > | Encapsulate how an array of onst objects with reference sematics is deserialized from a char[] array with memory being automatically freed at destruction time |
| Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T > | Encapsulate how an array of const objects with reference sematics is serialized into a char[] array |
| Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T > | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
| Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T > | Encapsulate how an array of const objects with value sematics is serialized into a const char[] array |
| Teuchos::DeallocArrayDelete< T > | Deallocator class that uses delete [] to delete memory allocated uisng new [] |
| Teuchos::DeallocBoostSharedPtr< T > | Teuchos::RefCountPtr Deallocator class that wraps a boost::shared_ptr |
| Teuchos::DeallocDelete< T > | Policy class for deallocator that uses delete to delete a pointer which is used by RefCountPtr |
| Teuchos::DeallocFunctorDelete< T, DeleteFunctor > | Deallocator subclass that Allows any functor object (including a function pointer) to be used to free an object |
| Teuchos::DeallocFunctorHandleDelete< T, DeleteHandleFunctor > | Deallocator subclass that Allows any functor object (including a function pointer) to be used to free a handle (i.e. pointer to pointer) to an object |
| Teuchos::DefaultComm< Ordinal > | Returns a default global communicator appropriate for the enviroment |
| Teuchos::Describable | Base class for all objects that can describe themselves and their current state |
| Teuchos::DoubleEntry | A table entry that is a simple double-precision number |
| Teuchos::EmptyXMLError | Thrown when attempting to parse an empty XML string |
| Teuchos::ErrorPolling | ErrorPolling provides utilities for establishing agreement between processors on whether an exception has been detected on any one processor |
| Teuchos::FileInputSource | Instantiation of XMLInputSource class for reading XML from a file |
| Teuchos::FileInputStream | Instantiation of XMLInputStream class for reading an entire document from a file |
| Teuchos::Flops | The Teuchos Floating Point Operations Class |
| Teuchos::GlobalMPISession | This class provides methods for initializing, finalizing, and querying the global MPI session |
| Teuchos::Handle< PointerType > | Generic templated handle class |
| Teuchos::Handleable< Base > | Class Handleable provides an abstract interface for polymorphic conversion from raw pointers to smart pointers |
| Teuchos::HashPair< Key, Value > | Helper class for Teuchos::Hashtable, representing a single <key, value> pair |
| Teuchos::HashSet< Key > | Templated hashtable-based set |
| Teuchos::Hashtable< Key, Value > | Templated hashtable class |
| Teuchos::HashUtils | Utilities for generating hashcodes |
| Teuchos::IntEntry | A table entry that is a simple integer |
| Teuchos::Exceptions::InvalidParameter | ParameterList |
| Teuchos::LAPACK< OrdinalType, ScalarType > | The Templated LAPACK Wrapper Class |
| Teuchos::m_bad_cast | Exception class for bad cast |
| Teuchos::map | This class creates a basic map object for platforms where the std::map is deficient, otherwise the std::map is injected into the Teuchos namespace |
| Teuchos::MaxValueReductionOp< Ordinal, Packet > | Standard Max operator for types with value semantics |
| Teuchos::MinValueReductionOp< Ordinal, Packet > | Standard min operator for types with value semantics |
| Teuchos::MpiComm< Ordinal > | Concrete communicator subclass based on MPI |
| Teuchos::MPIComm | Object representation of an MPI communicator |
| Teuchos::MPIContainerComm< T > | Object representation of an MPI communicator for templated containers |
| Teuchos::MpiReductionOp< Ordinal > | Standard subclass implementation for MpiReductionOpBase in terms of a templated ReductionOp<Ordinal,char> object |
| Teuchos::MpiReductionOpBase | Base class for an MPI-compatible reduction operator |
| Teuchos::MpiReductionOpSetter | Utility class for setting an MPI-compatible reduction object and using it to create an MPI_Op object |
| Teuchos::MPISession | This class provides methods for initializing, finalizing, and querying the global MPI session |
| Teuchos::MPITraits< T > | Templated traits class that binds MPI types to C++ types |
| Teuchos::Object | The base Teuchos class |
| Teuchos::OpaqueWrapper< Opaque > | Base class for wrapped opaque objects |
| Teuchos::OpaqueWrapperWithFree< Opaque, OpaqueFree > | Subclass for wrapped opaque objects with a free function |
| Teuchos::OrdinalTraits< T > | This structure defines some basic traits for the ordinal field type |
| Teuchos::ParameterEntry | This object is held as the "value" in the Teuchos::ParameterList map |
| Teuchos::ParameterList | Templated parameter list |
| Teuchos::ParameterListAcceptor | Base class objects that can accept a parameter list |
| Teuchos::ParameterXMLFileReader | |
| Teuchos::PerformanceMonitorBase< T > | Provides common capabilities for collecting and reporting performance data across processors. PerformanceMonitorBase is templated on a counter type (which might be a timer or a flop counter). The common capability of the counter type is a counter for the number of calls. Derived counter types can supply additional features |
| Teuchos::PerformanceMonitorUtils | Provides common capabilities for collecting and reporting performance data across processors |
| Teuchos::Polynomial< CoeffT > | Lightweight container class to represent a simple polynomial |
| Teuchos::PolynomialTraits< Scalar > | Traits class for polynomial coefficients in Teuchos::Polynomial |
| Teuchos::PostModNothing< T_impl > | Default post-modification policy class for AbstractFactorStd which does nothing! |
| Teuchos::PrimitiveTypeTraits< T > | A templated traits class for decomposing object into an array of primitive objects |
| Teuchos::Range1D | Subregion Index Range Class |
| Teuchos::RawMPITraits< T > | Templated traits class that allows a datatype to be used with MPI that MPI can directly handle |
| Teuchos::RawWorkspace | Encapulsation object for raw temporary workspace that has been allocated. These objects can only be created on the stack and should not be included as the member of any other classes |
| Teuchos::RefCountPtr< T > | Smart reference counting pointer class for automatic garbage collection |
| Teuchos::RefCountPtrDeleter< T > | boost::shared_ptr deleter class that wraps a Teuchos::RefCountPtr |
| Teuchos::ReferenceTypeDeserializationBuffer< Ordinal, T > | Encapsulate how an array of non-const objects with reference sematics is deserialized from a char[] array and then serialized back into the char[] buffer again |
| Teuchos::ReferenceTypeReductionOp< Ordinal, T > | Base interface class for user-defined reduction operations for objects that use reference semantics |
| Teuchos::ReferenceTypeSerializationBuffer< Ordinal, T > | Encapsulate how an array of non-const objects with reference sematics is serialized into a char[] array and deserialized again |
| Teuchos::ScalarTraits< T > | This structure defines some basic traits for a scalar field type |
| Teuchos::SerialComm< Ordinal > | Concrete serial communicator subclass |
| Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | This class creates and provides basic support for dense rectangular matrix of templated type |
| Teuchos::SerialDenseVector< OrdinalType, ScalarType > | This class creates and provides basic support for dense vectors of templated type as a specialization of Teuchos::SerialDenseMatrix. Additional methods for the SerialDenseVector class, like mathematical methods, can be found documented in SerialDenseMatrix |
| Teuchos::SerializationTraits< Ordinal, T > | Serialization traits class for types that use value semantics |
| Teuchos::Serializer< Ordinal, T > | Strategy interface for the indirect serializing and deserializing objects of a given type handled using reference semantics |
| Teuchos::StringEntry | A table entry that is a simple string |
| Teuchos::StringInputSource | Instantiation of XMLInputSource class for reading XML from a string |
| Teuchos::StringInputStream | Instantiation of XMLInputStream for reading an entire document from a string |
| Teuchos::StringToIntMap | |
| Teuchos::StringToIntMap::AlreadyExists | |
| Teuchos::StringToIntMap::DoesNotExist | |
| Teuchos::StrUtils | Provides string manipulation utilities that are not provided in the standard C++ string class |
| Teuchos::SumValueReductionOp< Ordinal, Packet > | Standard summation operator for types with value semantics |
| Teuchos::TableColumn | |
| Teuchos::TableEntry | An entry, perhaps compound, to be written into a table |
| Teuchos::TableFormat | Encapsulation of formatting specifications for writing data in a clean tabular form |
| Teuchos::Time | Basic wall-clock timer class |
| Teuchos::TimeMonitor | A timer class that starts when constructed and stops when the destructor is called |
| Teuchos::TreeBuildingXMLHandler | TreeBuildingXMLHandler assembles a XMLObject from your XML input |
| Teuchos::TypeNameTraits< T > | Default traits class that just returns typeid(T).name() |
| Teuchos::TypeNameTraits< ArrayRefCountPtr< T > > | Traits specialization |
| Teuchos::TypeNameTraits< ParameterList > | Traits specialization |
| Teuchos::TypeNameTraits< RefCountPtr< T > > | Traits specialization |
| Teuchos::Utils | This class provides some basic string and floating-point utilities for Teuchos |
| Teuchos::ValueTypeDeserializationBuffer< Ordinal, T > | Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again |
| Teuchos::ValueTypeReductionOp< Ordinal, T > | Base interface class for user-defined reduction operations for objects that use value semantics |
| Teuchos::ValueTypeSerializationBuffer< Ordinal, T > | Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array |
| Teuchos::VerboseObject< ObjectType > | Templated base class for objects that can print their activities to a stream and have a verbosity level |
| Teuchos::VerboseObjectBase | Non-templated base class for objects that can print their activities to a stream |
| Teuchos::VerboseObjectTempState< ObjectType > | Set and release a stream and verbosity level |
| Teuchos::Workspace< T > | Templated class for workspace creation |
| Teuchos::WorkspaceStore | Workspace encapsulation class |
| Teuchos::WorkspaceStoreInitializeable | WorkspaceStore class that can be used to actually reinitialize memory |
| Teuchos::XMLInputSource | XMLInputSource represents a source of XML input that can be parsed to produce an XMLObject |
| Teuchos::XMLInputStream | XMLInputStream represents an XML input stream that can be used by a XMLInputSource |
| Teuchos::XMLObject | Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object, allowing storage by reference |
| Teuchos::XMLObjectImplem | The XMLObjectImplem class takes care of the low-level implementation details of XMLObject |
| Teuchos::XMLParameterListReader | Writes an XML object to a parameter list |
| Teuchos::XMLParameterListWriter | Writes a ParameterList to an XML object |
| Teuchos::XMLParser | XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuildingXMLHandler to construct an XMLObject |