#include <string>
#include <string_view>
#include "tbb/concurrent_unordered_map.h"
#include "tbb/concurrent_vector.h"
Go to the source code of this file.
Classes | |
struct | cms::DDSpecPar |
struct | cms::DDSpecParRegistry |
Namespaces | |
cms | |
Namespace of DDCMS conversion namespace. | |
Typedefs | |
using | cms::DDPartSelectionMap = tbb::concurrent_unordered_map< std::string, tbb::concurrent_vector< std::string >> |
using | cms::DDPaths = tbb::concurrent_vector< std::string > |
using | cms::DDSpecParMap = tbb::concurrent_unordered_map< std::string, DDSpecPar > |
using | cms::DDSpecParRefs = std::vector< const DDSpecPar * > |
using | cms::DDVectorsMap = tbb::concurrent_unordered_map< std::string, tbb::concurrent_vector< double >> |