OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
Directory.h File Reference
#include <functional>
#include <map>
#include <memory>
#include <string>
Include dependency graph for Directory.h:
This graph shows which files directly or indirectly include this file:

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
 

Typedef Documentation

◆ ObjectDir

typedef std::map<std::string, std::shared_ptr<Object>, std::less<std::string> > ObjectDir

Definition at line 31 of file Directory.h.