#include <map>#include <vector>#include <cmath>#include <Teuchos_RefCountPtr.hpp>#include <EpetraExt_Functors.h>Include dependency graph for EpetraExt_Directory.h:
Go to the source code of this file.
Namespaces | |
| namespace | EpetraExt |
Classes | |
| class | EpetraExt::Directory< KT, DT, DH, AC, MG > |
| Distributed Directory Tool. More... | |
| class | EpetraExt::Hash< T > |
| class | EpetraExt::Hash< std::string > |
Functions | |
| template<typename T, typename U> | |
| void | SortContainer2 (T &firstContainer, U &secondContainer) |
| Sorts a given container: deal with a problem with some STL impl.'s. | |
| template<typename T> | |
| bool | IsSorted (T &container) |
| Checks if data in a container is sorted. | |
|
||||||||||||||||
|
Sorts a given container: deal with a problem with some STL impl.'s.
Definition at line 158 of file EpetraExt_Directory.h. |
|
||||||||||
|
Checks if data in a container is sorted.
Definition at line 189 of file EpetraExt_Directory.h. |
1.3.9.1