|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <functional>#include <map>#include <memory>#include <string>

Go to the source code of this file.
Classes | |
| class | Directory |
| A map of string versus pointer to Object. More... | |
Typedefs | |
| typedef std::map< std::string, std::shared_ptr< Object >, std::less< std::string > > | ObjectDir |
Definition at line 31 of file Directory.h.