Alexandria
2.19
Please provide a description of the project.
|
#include <functional>
#include <iostream>
#include <string>
#include <vector>
#include "ElementsKernel/Export.h"
Go to the source code of this file.
Classes | |
class | Euclid::XYDataset::QualifiedName |
Represents a name qualified with a set of groups. More... | |
class | Euclid::XYDataset::QualifiedName::AlphabeticalComparator |
Provides alphabetical comparison for the QualifiedNames a and b. More... | |
struct | std::hash< Euclid::XYDataset::QualifiedName > |
Hash operation for the Euclid::XYDataset::QualifiedName. More... | |
Namespaces | |
Euclid | |
Euclid::XYDataset | |
std | |
STL namespace. | |
Functions | |
std::ostream & | Euclid::XYDataset::operator<< (std::ostream &stream, const QualifiedName &qualified_name) |
Make the QualifiedName streamable. More... | |
Definition in file QualifiedName.h.